| OLD | NEW |
| 1 ## 0.12.3+6 |
| 2 |
| 3 * Properly report load errors caused by failing to start browsers. |
| 4 |
| 1 ## 0.12.3+5 | 5 ## 0.12.3+5 |
| 2 | 6 |
| 3 * Fix a crash when skipping tests because their platforms don't match. | 7 * Fix a crash when skipping tests because their platforms don't match. |
| 4 | 8 |
| 5 ## 0.12.3+4 | 9 ## 0.12.3+4 |
| 6 | 10 |
| 7 * The compact reporter will update the timer every second, rather than only | 11 * The compact reporter will update the timer every second, rather than only |
| 8 updating it occasionally. | 12 updating it occasionally. |
| 9 | 13 |
| 10 * The compact reporter will now print the full, untruncated test name before any | 14 * The compact reporter will now print the full, untruncated test name before any |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 216 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 213 `expectAsyncUntil1` and `expectAsyncUntil2` | 217 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 214 * `TestCase`: | 218 * `TestCase`: |
| 215 * Removed properties: `setUp`, `tearDown`, `testFunction` | 219 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 216 * `enabled` is now get-only | 220 * `enabled` is now get-only |
| 217 * Removed methods: `pass`, `fail`, `error` | 221 * Removed methods: `pass`, `fail`, `error` |
| 218 * `interactive_html_config.dart` has been removed. | 222 * `interactive_html_config.dart` has been removed. |
| 219 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 223 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 220 `solo_group` now throw a `StateError` if called while tests are running. | 224 `solo_group` now throw a `StateError` if called while tests are running. |
| 221 * `rerunTests` has been removed. | 225 * `rerunTests` has been removed. |
| OLD | NEW |