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