OLD | NEW |
| 1 ## 1.0.2 |
| 2 |
| 3 * Remove a workaround for [issue 17083][]. |
| 4 |
| 5 [issue 17083]: http://code.google.com/p/dart/issues/detail?id=17083 |
| 6 |
1 ## 1.0.1 | 7 ## 1.0.1 |
2 | 8 |
3 * Synchronous errors in the [Chain.capture] callback are now handled correctly. | 9 * Synchronous errors in the [Chain.capture] callback are now handled correctly. |
4 | 10 |
5 ## 1.0.0 | 11 ## 1.0.0 |
6 | 12 |
7 * No API changes, just declared stable. | 13 * No API changes, just declared stable. |
8 | 14 |
9 ## 0.9.3+2 | 15 ## 0.9.3+2 |
10 | 16 |
11 * Update the dependency on path. | 17 * Update the dependency on path. |
12 | 18 |
13 * Improve the formatting of library URIs in stack traces. | 19 * Improve the formatting of library URIs in stack traces. |
14 | 20 |
15 ## 0.9.3+1 | 21 ## 0.9.3+1 |
16 | 22 |
17 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 23 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
18 handled by the parent zone. This matches the behavior of `runZoned` in | 24 handled by the parent zone. This matches the behavior of `runZoned` in |
19 `dart:async`. | 25 `dart:async`. |
20 | 26 |
21 ## 0.9.3 | 27 ## 0.9.3 |
22 | 28 |
23 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 29 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
24 | 30 |
25 * Record anonymous method frames in IE10 as "<fn>". | 31 * Record anonymous method frames in IE10 as "<fn>". |
OLD | NEW |