OLD | NEW |
| 1 ## 1.1.2 |
| 2 |
| 3 * Support VM frames without line *or* column numbers, which async/await programs |
| 4 occasionally generate. |
| 5 |
| 6 * Replace `<<anonymous closure>_async_body>` in VM frames' members with the |
| 7 terser `<async>`. |
| 8 |
1 ## 1.1.1 | 9 ## 1.1.1 |
2 | 10 |
3 * Widen the SDK constraint to include 1.7.0-dev.4.0. | 11 * Widen the SDK constraint to include 1.7.0-dev.4.0. |
4 | 12 |
5 ## 1.1.0 | 13 ## 1.1.0 |
6 | 14 |
7 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in | 15 * Unify the parsing of Safari and Firefox stack traces. This fixes an error in |
8 Firefox trace parsing. | 16 Firefox trace parsing. |
9 | 17 |
10 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`, | 18 * Deprecate `Trace.parseSafari6_0`, `Trace.parseSafari6_1`, |
(...skipping 30 matching lines...) Expand all Loading... |
41 | 49 |
42 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 50 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
43 handled by the parent zone. This matches the behavior of `runZoned` in | 51 handled by the parent zone. This matches the behavior of `runZoned` in |
44 `dart:async`. | 52 `dart:async`. |
45 | 53 |
46 ## 0.9.3 | 54 ## 0.9.3 |
47 | 55 |
48 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 56 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
49 | 57 |
50 * Record anonymous method frames in IE10 as "<fn>". | 58 * Record anonymous method frames in IE10 as "<fn>". |
OLD | NEW |