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