| OLD | NEW |
| 1 ## 1.6.4 |
| 2 |
| 3 * Fix a syntax error introduced in 1.6.3. |
| 4 |
| 1 ## 1.6.3 | 5 ## 1.6.3 |
| 2 | 6 |
| 3 * Make `Chain.capture()` generic. Its signature is now `T Chain.capture<T>(T | 7 * Make `Chain.capture()` generic. Its signature is now `T Chain.capture<T>(T |
| 4 callback(), ...)`. | 8 callback(), ...)`. |
| 5 | 9 |
| 6 ## 1.6.2 | 10 ## 1.6.2 |
| 7 | 11 |
| 8 * Fix all strong mode warnings. | 12 * Fix all strong mode warnings. |
| 9 | 13 |
| 10 ## 1.6.1 | 14 ## 1.6.1 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 | 177 |
| 174 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is | 178 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is |
| 175 handled by the parent zone. This matches the behavior of `runZoned` in | 179 handled by the parent zone. This matches the behavior of `runZoned` in |
| 176 `dart:async`. | 180 `dart:async`. |
| 177 | 181 |
| 178 ## 0.9.3 | 182 ## 0.9.3 |
| 179 | 183 |
| 180 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. | 184 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. |
| 181 | 185 |
| 182 * Record anonymous method frames in IE10 as "<fn>". | 186 * Record anonymous method frames in IE10 as "<fn>". |
| OLD | NEW |