|
| 1 | +## v2.0.0 |
| 2 | + |
| 3 | +### ES6 Support |
| 4 | + |
| 5 | +ES6 code is now parsed and enhanced! |
| 6 | + |
| 7 | +### Extensible StackFrames |
| 8 | + |
| 9 | +StackFrames returned are now able to report on whether a function call was a `Constructor`, `native` code, or `eval` code. |
| 10 | + |
| 11 | +### MIT License |
| 12 | + |
| 13 | +The community [has voted](https://github.com/stacktracejs/stacktrace.js/issues/187) to change the license of the project to the [MIT License](https://opensource.org/licenses/MIT) |
| 14 | + |
| 15 | +## v1.3.0 |
| 16 | +* `Stacktrace.getSync()` gets a stack trace, synchronously. It does not attempt to map sources or guess function names, because those typically require network requests. |
| 17 | + |
1 | 18 | ## v1.2.0
|
2 | 19 |
|
3 | 20 | * `StackTrace.report` now accepts an error message argument, and will add a `message: "given thing"` to the JSON payload if it is provided.
|
|
0 commit comments