Releases: csnover/TraceKit
v0.4.7
What's Changed
- Typo: Bower link by @Frankenlist in #85
- fix(type): nullable context by @gracefullight in #110
New Contributors
- @Frankenlist made their first contribution in #85
- @gracefullight made their first contribution in #110
Full Changelog: v0.4.6...v0.4.7
v0.4.6
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
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
andisWindowError
arguments from handlers andnotifyHandlers
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
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
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
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
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
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
In this release we fixed a bug dealing with the typescript typings definition imports (Thanks @frankebersoll).
v0.3.4
In this release we fixed a bug dealing with the typescript typings definition (Thanks @frankebersoll).