| OLD | NEW |
| 1 ## 0.12.15+4 |
| 2 |
| 3 * Widen version constraint on `analyzer`. |
| 4 |
| 1 ## 0.12.15+3 | 5 ## 0.12.15+3 |
| 2 | 6 |
| 3 * Move `nestingMiddleware` to `lib/src/util/path_handler.dart` to enable a | 7 * Move `nestingMiddleware` to `lib/src/util/path_handler.dart` to enable a |
| 4 cleaner separation between test-runner files and test writing files. | 8 cleaner separation between test-runner files and test writing files. |
| 5 | 9 |
| 6 ## 0.12.15+2 | 10 ## 0.12.15+2 |
| 7 | 11 |
| 8 * Support running without a `packages/` directory. | 12 * Support running without a `packages/` directory. |
| 9 | 13 |
| 10 ## 0.12.15+1 | 14 ## 0.12.15+1 |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 543 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 540 `expectAsyncUntil1` and `expectAsyncUntil2` | 544 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 541 * `TestCase`: | 545 * `TestCase`: |
| 542 * Removed properties: `setUp`, `tearDown`, `testFunction` | 546 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 543 * `enabled` is now get-only | 547 * `enabled` is now get-only |
| 544 * Removed methods: `pass`, `fail`, `error` | 548 * Removed methods: `pass`, `fail`, `error` |
| 545 * `interactive_html_config.dart` has been removed. | 549 * `interactive_html_config.dart` has been removed. |
| 546 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 550 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 547 `solo_group` now throw a `StateError` if called while tests are running. | 551 `solo_group` now throw a `StateError` if called while tests are running. |
| 548 * `rerunTests` has been removed. | 552 * `rerunTests` has been removed. |
| OLD | NEW |