- Upgrade source-map dependency
- Fix handling of webpack:// urls in source maps
- Add component(1) support
- .pinpoint() resolves to source-mapped stackframe even if other analysis fails.
- Fix stackframe dependency in CommonJS definition
- Revert change: allow cross-domain XHR in IE8 and IE9 - too unstable
- Return StackFrame objects instead of partial code locations
- Add StackTraceGPS.pinpoint(stackframe) enhancing location and function name
- Add "offline" option to prevent unwanted network requests
- Add "sourceCache" option to allow sources and source maps to be resolved offline
- Allow cross-domain XHR in IE8 and IE9
- Name functions such that they can can be filtered out by stacktrace.js
- Use Promise.catch() to handle unexpected errors
- Use es6-promise to polyfill Promise API
- Provide standard distribution (minified and unminified).
- Add draft source maps support
- Switch to Promise-based API
- Switch to Karma/Travis/Jasmine for testing and CI
- Initial port from stacktrace.js