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
stackandisWindowErrorarguments from handlers andnotifyHandlerscalls. (#67 @futpib) - Send extra
errorarguments 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.