Skip to content

Releases: adopted-ember-addons/ember-cli-bugsnag

Release 3.0.2

14 Jan 14:37
Compare
Choose a tag to compare
v3.0.2

Release 3.0.2

Release 3.0.1

14 Jan 14:19
Compare
Choose a tag to compare
v3.0.1

Release 3.0.1

Release 3.0.0

07 Aug 15:03
Compare
Choose a tag to compare
v3.0.0

Release 3.0.0

Release 2.1.1

26 Jun 15:04
Compare
Choose a tag to compare

🚀 Enhancement

Committers: 1

Release 2.1.0

26 Jun 15:00
Compare
Choose a tag to compare
v2.1.0

Release 2.1.0

Release 2.0.1

05 Mar 15:58
Compare
Choose a tag to compare
v2.0.1

Release 2.0.1

Release 2.0.0

05 Mar 15:18
Compare
Choose a tag to compare
v2.0.0

Release 2.0.0

Support for Fastboot 1.0

01 Jul 21:27
Compare
Choose a tag to compare

Thanks to @josemarluedke for putting together the update to support Fastboot 1.0 ✨ . Fixes #76.

Potentially breaking changes:

  • Updated bugsnag.js to 3.2.0

Also in the changes are some minor ember upgrades which should affect anyone. See #77 for more information.

I'm very impressed with the community effort being executed here. Tip of the hat.

Fallback to package.json version

25 May 08:56
Compare
Choose a tag to compare

When reporting the version of the app to bugsnag, fallback to the version specified in package.json.

Thanks to @seawatts for contributions in #72.

Support setting user credentials

11 May 17:44
Compare
Choose a tag to compare

Adds scope for specifying user credentials to Bugsnag as part of the util pattern used for metadata.

Thanks @timiyay and @patrickberkeley for their sublime contributions here.