- Update stackframe dependency to v1.x. Stackframes are constructed and accessed differently. See the stackframe CHANGELOG for details.
- Handle stack frames with no line/column information
- Avoid file names
- Handle Safari stack entries with no location information
- Significantly improved handling of eval()
- Add many browsers to CI
- Handle native functions in V8 stack traces
- Propagate "(native)" locations instead of defaulting to
undefined
- Make sure to include direct dependencies in distributed JS files
- Move polyfills to separate, optional file
- Better docs
- Fully tested on old IEs, production-ready
- Fix moar boogs with Opera impl
- Fix boogs with Opera impl
- Name functions such that they can can be filtered out by stacktrace.js
- Provide standard distribution (minified and unminified).
- Slimmer node package
- Remove constructor
- Fix boogs
- Re-write from stacktrace.js