Skip to content

Commit 1a9de69

Browse files
committed
Update CHANGELOG for v3.0
1 parent c271e45 commit 1a9de69

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
## v2.2.1
1+
## v3.0
2+
* Upgrade to StackFrame v1.x for better representation of eval, constructor, and native functions (#44)
3+
* Cache and reuse SourceMapConsumers for same source map (#43)
4+
* Add function parsing for ES6 function definitions (#46)
5+
* Handle file:// protocol when making ajax requests (#40)
6+
* Improve function name parsing (#46)
7+
8+
## v2.4
9+
* Resolve original StackFrame if source map resolution fails
10+
* Allow users to provide `ajax` for custom source/sourcemap resolution (#26)
11+
* Allow users to provide `atob` function definition (#28)
12+
* Improved handling of inline source maps
13+
14+
## v2.3
15+
* Cache Promises for remote requests to avoid multiple in-flight requests for same resource (#19)
16+
* Cache sourceContent from source maps
17+
18+
## v2.2
219
* Upgrade source-map dependency
320
* Fix handling of webpack:// urls in source maps
4-
5-
## v2.2.0
621
* Add component(1) support
722

823
## v2.1.2

0 commit comments

Comments
 (0)