Skip to content

Commit 6dfe51f

Browse files
committed
Add v1.1 to CHANGELOG
1 parent b577236 commit 6dfe51f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v1.1.0
2+
3+
### Better parsing
4+
Updated [error-stack-parser](https://github.com/stacktracejs/error-stack-parser) to v1.3 which parses eval stack entries in a better way and fixes a bunch of bugs.
5+
6+
### Better resource handling
7+
Updated [stacktrace-gps](https://github.com/stacktracejs/stacktrace-gps). Now reuses the same instance to avoid duplicate requests for the same resource by default.
8+
9+
### Better dev experience
10+
JSCS and automated PR testing have been implemented to ensure consistent styles and quick feedback.
11+
12+
> Possibly breaking changes: ErrorStackParser now provides it's own polyfill for `Array.map` and `Array.filter`. `eval` information is will display differently in stack traces.
13+
114
## v1.0.0
215

316
### stacktrace.js is reborn

0 commit comments

Comments
 (0)