Releases: BugSplat-Git/bugsplat-js
Releases Β· BugSplat-Git/bugsplat-js
v7.1.1
v7.1.0
What's Changed
- Add options FormDataParam by @bobbyg603 in #45
- Make database, application, version public for bugsplat-ng by @bobbyg603 in #43
Full Changelog: v7.0.2...v7.1.0
v7.0.2
v7.0.1
v7.0.0
Version 3.0.0
Features
- Added bugsplat.postAndExit which is a convenience function that calls process.exit(1) after bugsplat.post.
- Added the ability to override default appKey, user, email and/or description by passing an options object as the second parameter to bugsplat.post.
- Added the ability to specify a callback for each invocation of bugsplat.post.
Breaking Changes
- The functions setAppKey, setUser, setEmail, setDescription have all been replaced by setDefaultAppKey, setDefaultUser, setDefaultEmail, setDefaultDescription respectively.
- Removed the setCallback function.
Other
- Replaced mock-require with spies in unit tests.
- Added additional unit tests.