Skip to content

v2.0.0

Compare
Choose a tag to compare
@eriwen eriwen released this 01 May 04:39
· 29 commits to master since this release

ES6 Support

ES6 code is now parsed and enhanced!

Extensible StackFrames

StackFrames returned are now able to report on whether a function call was a Constructor, native code, or eval code.

MIT License

The community has voted to change the license of the project to the MIT License

Breaking Changes

  • StackFrame now has a different, more extensible API that allows frames to be marked as native, constructor, or eval.
  • stacktrace.js now ships with no polyfills of any kind. Some Array polyfills were provided for old IE browsers in v1.x, these have been removed.