| OLD | NEW |
| 1 ## 1.3.6 |
| 2 |
| 3 * Properly parse native-code V8 frames. |
| 4 |
| 1 ## 1.3.5 | 5 ## 1.3.5 |
| 2 | 6 |
| 3 * Properly shorten library names for pathnames of folded frames on Windows. | 7 * Properly shorten library names for pathnames of folded frames on Windows. |
| 4 | 8 |
| 5 ## 1.3.4 | 9 ## 1.3.4 |
| 6 | 10 |
| 7 * No longer say that stack chains aren't supported on dart2js now that | 11 * No longer say that stack chains aren't supported on dart2js now that |
| 8 [sdk#15171][] is fixed. Note that this fix only applies to Dart 1.12. | 12 [sdk#15171][] is fixed. Note that this fix only applies to Dart 1.12. |
| 9 | 13 |
| 10 [sdk#15171]: https://github.com/dart-lang/sdk/issues/15171 | 14 [sdk#15171]: https://github.com/dart-lang/sdk/issues/15171 |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 | 123 |
| 120 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 124 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
| 121 handled by the parent zone. This matches the behavior of `runZoned` in | 125 handled by the parent zone. This matches the behavior of `runZoned` in |
| 122 `dart:async`. | 126 `dart:async`. |
| 123 | 127 |
| 124 ## 0.9.3 | 128 ## 0.9.3 |
| 125 | 129 |
| 126 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 130 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
| 127 | 131 |
| 128 * Record anonymous method frames in IE10 as "<fn>". | 132 * Record anonymous method frames in IE10 as "<fn>". |
| OLD | NEW |