| OLD | NEW |
| 1 ## 1.2.3 |
| 2 |
| 3 * Fix a crash in `Chain.parse`. |
| 4 |
| 1 ## 1.2.2 | 5 ## 1.2.2 |
| 2 | 6 |
| 3 * Don't print the first folded frame of terse stack traces. This frame | 7 * Don't print the first folded frame of terse stack traces. This frame |
| 4 is always just an internal isolate message handler anyway. This | 8 is always just an internal isolate message handler anyway. This |
| 5 improves the readability of stack traces, especially in stack chains. | 9 improves the readability of stack traces, especially in stack chains. |
| 6 | 10 |
| 7 * Remove the line numbers and specific files in all terse folded frames, not | 11 * Remove the line numbers and specific files in all terse folded frames, not |
| 8 just those from core libraries. | 12 just those from core libraries. |
| 9 | 13 |
| 10 * Make padding consistent across all stack traces for `Chain.toString()`. | 14 * Make padding consistent across all stack traces for `Chain.toString()`. |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 81 |
| 78 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 82 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
| 79 handled by the parent zone. This matches the behavior of `runZoned` in | 83 handled by the parent zone. This matches the behavior of `runZoned` in |
| 80 `dart:async`. | 84 `dart:async`. |
| 81 | 85 |
| 82 ## 0.9.3 | 86 ## 0.9.3 |
| 83 | 87 |
| 84 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 88 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
| 85 | 89 |
| 86 * Record anonymous method frames in IE10 as "<fn>". | 90 * Record anonymous method frames in IE10 as "<fn>". |
| OLD | NEW |