Skip to content

v0.4.5

Choose a tag to compare

@niemyjski niemyjski released this 29 Jun 16:52
· 39 commits to master since this release

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.