Releases: csnover/TraceKit
v0.3.3
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
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
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
This release focused on adding unit tests, this allows us to make changes to this library without being afraid of breaking things.
- Added unit tests for the parsing exceptions on various platforms and fixed many bugs in the process. Some test cases were copied from here.
- Added support for handling exceptions on windows phone 8 in cordova (@kitsunde)
- Normalized the stack frame
args
property to be an array instead of a string. - BREAKING: Removed
url
anduseragent
constants from stack traces - Fixed various spelling mistakes (@johnw424, @dandv)
Please take a look at the change log for a full list of the changes.
v0.2.1
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
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.