| OLD | NEW |
| 1 ## 0.12.4+5 |
| 2 |
| 3 * Internal changes only. |
| 4 |
| 1 ## 0.12.4+4 | 5 ## 0.12.4+4 |
| 2 | 6 |
| 3 * Widen the Dart SDK constraint to include `1.13.0`. | 7 * Widen the Dart SDK constraint to include `1.13.0`. |
| 4 | 8 |
| 5 ## 0.12.4+3 | 9 ## 0.12.4+3 |
| 6 | 10 |
| 7 * Make source maps work properly in the browser when not using `--pub-serve`. | 11 * Make source maps work properly in the browser when not using `--pub-serve`. |
| 8 | 12 |
| 9 ## 0.12.4+2 | 13 ## 0.12.4+2 |
| 10 | 14 |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 284 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 281 `expectAsyncUntil1` and `expectAsyncUntil2` | 285 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 282 * `TestCase`: | 286 * `TestCase`: |
| 283 * Removed properties: `setUp`, `tearDown`, `testFunction` | 287 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 284 * `enabled` is now get-only | 288 * `enabled` is now get-only |
| 285 * Removed methods: `pass`, `fail`, `error` | 289 * Removed methods: `pass`, `fail`, `error` |
| 286 * `interactive_html_config.dart` has been removed. | 290 * `interactive_html_config.dart` has been removed. |
| 287 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 291 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 288 `solo_group` now throw a `StateError` if called while tests are running. | 292 `solo_group` now throw a `StateError` if called while tests are running. |
| 289 * `rerunTests` has been removed. | 293 * `rerunTests` has been removed. |
| OLD | NEW |