Skip to content

Releases: csnover/TraceKit

v0.4.9

27 Feb 03:48
d8bec49

Choose a tag to compare

What's Changed

  • Fix "Cannot read property 'name' of undefined" when Promise is rejected without a reason by @Copilot in #129

New Contributors

  • @Copilot made their first contribution in #129

Full Changelog: v0.4.8...v0.4.9

v0.4.8

14 Feb 21:07
a6a9f32

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

19 Sep 15:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

v0.4.6

08 Apr 14:23

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

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

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

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

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

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

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.