Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Releases: bugsnag/bugsnag-sourcemaps

v1.3.0

01 Apr 10:35
Compare
Choose a tag to compare

Improvements

  • Add support for configuring a proxy agent #53

v1.2.2

01 Nov 14:52
Compare
Choose a tag to compare

Bug fixes

  • Prevent webpack:/// paths from being treated as relative and resolving incorrectly #49

v1.2.1

23 May 13:10
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug with --upload-sources, and ensure it works in conjunction with directory mode #43

v1.2.0

22 May 16:31
Compare
Choose a tag to compare

Improvements

  • Add --directory mode #40
  • Transform relative paths in source map sources[] property #41
  • Retry in more kinds of network failures #39
  • Tolerate ENOTEMPTY when attempting to delete a directory #38

v1.1.0

21 Jan 10:50
Compare
Choose a tag to compare

Improvements

  • Use a non-zero exit code when the CLI is unsuccessful (#32)
  • Add standardjs linter (#35)
  • Ensure --api-key CLI option is always parsed as a string (#33)

v1.0.7

19 Dec 16:53
Compare
Choose a tag to compare

Improvements

  • Fix error handling logic for missing res param (#31)

v1.0.6

14 Dec 11:51
Compare
Choose a tag to compare

Improvements

  • Don't set appVersion="" when it is not present in package.json (#30, fixes #29)

v1.0.5

04 Dec 16:08
Compare
Choose a tag to compare

Improvements

  • Retry failed requests up to 5 times (#26)

v1.0.4

01 Aug 15:22
9af3b11
Compare
Choose a tag to compare

Bug fixes

  • Ensure correct values for overwrite are sent to API (#24)
  • Ensure OS tempdir is used for temporary files (rather than the current directory) (#22)

v1.0.1

10 Aug 17:59
Compare
Choose a tag to compare

Bug fixes

  • Improve wildcard support by being more flexible with bundle paths