File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 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
2
19
* Upgrade source-map dependency
3
20
* Fix handling of webpack:// urls in source maps
4
-
5
- ## v2.2.0
6
21
* Add component(1) support
7
22
8
23
## v2.1.2
You can’t perform that action at this time.
0 commit comments