Skip to content

Releases: csnover/TraceKit

v0.3.3

05 Apr 15:58
Compare
Choose a tag to compare

In this release we focused on documentation and added the ability to parse new Firefox stack traces.

  • Added the ability to generate JSDocs (@rwhogg).
  • Handle internal exception stack traces sometimes thrown by Firefox (@benvinegar #49)

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

v0.3.2

04 Feb 20:00
Compare
Choose a tag to compare

In this release we focused on minor improvements on bug fixes.

  • Added support for parsing frames that had indexed functions (@theit8514).
  • Updated the typescript definitions (@nimish).
  • Improved the CORS url matching logic to support sub domains in getSource (@justin-steele-idexx).
  • Removed the closure compiler as a build dependency.

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

v0.3.1

17 Nov 16:14
Compare
Choose a tag to compare

In this release we finished bringing in some external changes (#14) and fixed some bugs a long the way.

  • Added support for blob urls (@pornel).
  • Added additional unit tests for various issues and use cases.
  • Brought in processLastException method from raven & fixed an issue with find source by function body (#14).
  • Some minor code cleanup (@devinrhode2).

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

v0.3.0

09 Aug 17:34
Compare
Choose a tag to compare

This release focused on adding unit tests, this allows us to make changes to this library without being afraid of breaking things.

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

v0.2.1

03 Jun 12:38
Compare
Choose a tag to compare

This release focused on cleanup, adding a test infrastructure and community pull requests.

  • Expose getSource as TraceKit.computeStackTrace.getSource. This allows you to reuse cached source files for things like source maps.
  • Added unit tests and fixed some bugs with jshint.
  • General cleanup of the project.

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

v0.2.0

18 May 14:46
Compare
Choose a tag to compare

This release focused on bringing in changes that the community has made. Here is a short list of the changes that were made:

  • Added support for WinJS.
  • Added TypeScript Ambient External Module Declarations.
  • Breaking: You now have to opt into the wrapping of async callbacks by calling TraceKit.extendToAsynchronousCallbacks();

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

v0.1.1

13 May 22:38
Compare
Choose a tag to compare

This release contains all of the changes after merging in occ's fork.

v0.0.1

13 May 21:35
Compare
Choose a tag to compare

Legacy Release