Skip to content

Releases: BugSplat-Git/bugsplat-js

v7.1.1

02 Feb 19:55
Compare
Choose a tag to compare

What's Changed

  • Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #50
  • Add types for server response by @zimmerel in #51

New Contributors

  • @zimmerel made their first contribution in #49

Full Changelog: v7.1.0...v7.1.1

v7.1.0

02 Feb 19:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.2...v7.1.0

v7.0.2

17 Jun 17:08
Compare
Choose a tag to compare
  • Fixes build and publishing issues

v7.0.1

17 Jun 16:09
Compare
Choose a tag to compare
  • Fixes bug where Safari and Firefox Errors don't include Error: message

v7.0.0

28 Dec 02:08
Compare
Choose a tag to compare
  • Added esm support
  • Added deno support
  • Converted project to TypeScript

Version 3.0.0

11 Apr 15:38
Compare
Choose a tag to compare

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.