OLD | NEW |
| 1 ## 1.3.2 |
| 2 |
| 3 * Add support for empty chains and chains of empty traces to `Chain.parse()`. |
| 4 |
1 ## 1.3.1 | 5 ## 1.3.1 |
2 | 6 |
3 * Support more types of JavaScriptCore stack frames. | 7 * Support more types of JavaScriptCore stack frames. |
4 | 8 |
5 ## 1.3.0 | 9 ## 1.3.0 |
6 | 10 |
7 * Support stack traces generated by JavaScriptCore. They can be explicitly | 11 * Support stack traces generated by JavaScriptCore. They can be explicitly |
8 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`. | 12 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`. |
9 | 13 |
10 ## 1.2.4 | 14 ## 1.2.4 |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 98 |
95 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 99 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
96 handled by the parent zone. This matches the behavior of `runZoned` in | 100 handled by the parent zone. This matches the behavior of `runZoned` in |
97 `dart:async`. | 101 `dart:async`. |
98 | 102 |
99 ## 0.9.3 | 103 ## 0.9.3 |
100 | 104 |
101 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 105 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
102 | 106 |
103 * Record anonymous method frames in IE10 as "<fn>". | 107 * Record anonymous method frames in IE10 as "<fn>". |
OLD | NEW |