Skip to content

Commit 0ba6bd8

Browse files
committed
Update changelog for v2.0
1 parent 3a7a9ee commit 0ba6bd8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
## v1.2.0
219

320
* `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

Comments
 (0)