Skip to content

Releases: exceptionless/Exceptionless.JavaScript

v0.5.1

02 Jun 19:12
Compare
Choose a tag to compare

This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

We've made numerous changes under the hood to ensure that the JS client works on IE9.

Please take a look at the change log for a full list of the changes.

v0.5.0

01 Jun 16:26
Compare
Choose a tag to compare

This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Breaking Change: We had to create two packages for node and JavaScript due to issues with RequireJS and SystemJS. The only change required is if you are using the node package. You need to change require('exceptionless) to require('exceptionless.node')

Please take a look at the change log for a full list of the changes.

v0.4.1

27 May 15:42
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Breaking Change We've changed the namespace from Exceptionless to exceptionless and the documentation has been updated accordingly.

Please take a look at the change log for a full list of the changes.

v0.4.0

26 May 15:49
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Please take a look at the change log for a full list of the changes.

v0.3.1

22 May 21:06
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Please take a look at the change log for a full list of the changes.

v0.3.0

20 May 22:40
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release is considered a release candidate (we are using it live on be.exceptionless.io). We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Please take a look at the change log for a full list of the changes.

v0.2.1

18 May 16:39
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

This release is considered stable (we are using it live on be.exceptionless.io). We think we have a stable api now, but it could still change a little bit. We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Please take a look at the change log for a full list of the changes.

v0.2.0

15 May 19:35
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release is considered stable (we are using it live on be.exceptionless.io). We think we have a stable api now, but it could still change a little bit. We recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Please take a look at the change log for a full list of the changes.

v0.1.0

12 May 16:02
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This release is considered stable (we are using it live on be.exceptionless.io). But, please keep in mind that we will be doing rapid releases and changing some of the api (removing promises). For these reasons, we recommend testing this library and giving us your feedback on what works and what doesn't work (from both a runtime / api) standpoint.

Here are the goals we are working towards (with your help):

  • Gather API feedback. Please test it in your scenarios and let us know what you like and don't like.
  • Bug fixes.
  • Trim the fat by removing stacktracejs and move to TraceKit (This will shrink the library by more than 40KB). We will also be removing promise support as it's a huge polyfill that is required currently.
  • Improve documentation.