Skip to content

Commit

Permalink
Add v1.1 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenbud committed Apr 1, 2016
1 parent b577236 commit 6dfe51f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.1.0

### Better parsing
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.

### Better resource handling
Updated [stacktrace-gps](https://github.com/stacktracejs/stacktrace-gps). Now reuses the same instance to avoid duplicate requests for the same resource by default.

### Better dev experience
JSCS and automated PR testing have been implemented to ensure consistent styles and quick feedback.

> 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.
## v1.0.0

### stacktrace.js is reborn
Expand Down

0 comments on commit 6dfe51f

Please sign in to comment.