| OLD | NEW |
| 1 ## 0.12.15+6 |
| 2 |
| 3 * Fix a broken link in the `--help` documentation. |
| 4 |
| 1 ## 0.12.15+5 | 5 ## 0.12.15+5 |
| 2 | 6 |
| 3 * Internal-only change. | 7 * Internal-only change. |
| 4 | 8 |
| 5 ## 0.12.15+4 | 9 ## 0.12.15+4 |
| 6 | 10 |
| 7 * Widen version constraint on `analyzer`. | 11 * Widen version constraint on `analyzer`. |
| 8 | 12 |
| 9 ## 0.12.15+3 | 13 ## 0.12.15+3 |
| 10 | 14 |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 551 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 548 `expectAsyncUntil1` and `expectAsyncUntil2` | 552 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 549 * `TestCase`: | 553 * `TestCase`: |
| 550 * Removed properties: `setUp`, `tearDown`, `testFunction` | 554 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 551 * `enabled` is now get-only | 555 * `enabled` is now get-only |
| 552 * Removed methods: `pass`, `fail`, `error` | 556 * Removed methods: `pass`, `fail`, `error` |
| 553 * `interactive_html_config.dart` has been removed. | 557 * `interactive_html_config.dart` has been removed. |
| 554 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 558 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 555 `solo_group` now throw a `StateError` if called while tests are running. | 559 `solo_group` now throw a `StateError` if called while tests are running. |
| 556 * `rerunTests` has been removed. | 560 * `rerunTests` has been removed. |
| OLD | NEW |