Skip to content

Releases: csnover/TraceKit

v0.4.6

08 Apr 14:23
Compare
Choose a tag to compare

This release is a maintenance release that added support for catching unhandled promise rejection events.

We could use some help closing up issues and also fixing 5 flakey tests by mocking the window.onerror handler (#77)

  • Catch unhandled promise rejection events (#72 @jrencz)
  • Fix Catch unhandled promise rejection events (#73 @ghostd)
  • Added GitHub actions support

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

v0.4.5

29 Jun 16:52
Compare
Choose a tag to compare

This release is a maintenance release that fixed a few bugs and included better support for webpack, React Native and PhantomJS:

  • Fixed umd issues with webpack (@niemyjski)
  • Uninstall global handler if there are no subscribers (@niemyjski)
  • Remove all but first two stack and isWindowError arguments from handlers and notifyHandlers calls. (#67 @futpib)
  • Send extra error arguments to subscribers (#67 @futpib)
  • Update TypeScript definition (#67 @futpib)
  • Don't treat presence of "native" string everywhere as meaning "native code" (#69 @benvinegar)
  • Properly parse when not protocol / only leading forward slash (#69 @benvinegar)
  • Handle PhantomJS 1.x file:/// urls (#69 @benvinegar)
  • Fix line/column/url extraction from some eval frames (#69 @benvinegar)
  • Fix android react native release builds stacktrace (#69 @benvinegar)

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

v0.4.4

01 Nov 19:32
Compare
Choose a tag to compare

This release is a maintenance release that fixed a few bugs around parsing stack traces and strict mode:

  • Allow extracting traces from webpack served files (@TobiasBales #58).
  • Fixed a bug with loading TraceKit with strict mode (@rgossiaux #62)
  • Added task to bump versions (@ctjhoa)

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

v0.4.3

04 May 20:46
Compare
Choose a tag to compare

In this release we fixed an issue where TraceKit was unable to parse stack traces when being running with PhantomJS.

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

v0.4.2

03 May 17:34
Compare
Choose a tag to compare

In this release we fixed an issue where the typescript ambient definitions were not working when installing via npm.

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

v0.4.1

03 May 16:27
Compare
Choose a tag to compare

In this release we fixed an issue where the typescript ambient definitions were not working when installing via npm.

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

v0.4.0

03 May 14:57
Compare
Choose a tag to compare

In this release we focused on improvements to es6/typescript support and added the ability to correctly get contextual sources from web servers running on different ports.

  • Added umd support for different module loaders (@jasonslyvia #55).
  • Modified getSource so that source urls containing port numbers are supported in Firefox (@davidomid #56).
  • Fixed typescript definitions to work with es6 import syntax import * as TraceKit from 'TraceKit';

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

v0.3.5

06 Apr 22:33
d64cec3
Compare
Choose a tag to compare

In this release we fixed a bug dealing with the typescript typings definition imports (Thanks @frankebersoll).

v0.3.4

05 Apr 18:43
Compare
Choose a tag to compare

In this release we fixed a bug dealing with the typescript typings definition (Thanks @frankebersoll).

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.