OLD | NEW |
| 1 ## 1.3.0 |
| 2 |
| 3 * Support stack traces generated by JavaScriptCore. They can be explicitly |
| 4 parsed via `new Trace.parseJSCore` and `new Frame.parseJSCore`. |
| 5 |
1 ## 1.2.4 | 6 ## 1.2.4 |
2 | 7 |
3 * Fix a type annotation in `LazyTrace`. | 8 * Fix a type annotation in `LazyTrace`. |
4 | 9 |
5 ## 1.2.3 | 10 ## 1.2.3 |
6 | 11 |
7 * Fix a crash in `Chain.parse`. | 12 * Fix a crash in `Chain.parse`. |
8 | 13 |
9 ## 1.2.2 | 14 ## 1.2.2 |
10 | 15 |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 | 90 |
86 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 91 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
87 handled by the parent zone. This matches the behavior of `runZoned` in | 92 handled by the parent zone. This matches the behavior of `runZoned` in |
88 `dart:async`. | 93 `dart:async`. |
89 | 94 |
90 ## 0.9.3 | 95 ## 0.9.3 |
91 | 96 |
92 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 97 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
93 | 98 |
94 * Record anonymous method frames in IE10 as "<fn>". | 99 * Record anonymous method frames in IE10 as "<fn>". |
OLD | NEW |