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