| OLD | NEW |
| 1 ## 0.12.10+2 |
| 2 |
| 3 * Re-add help output separators. |
| 4 |
| 5 * Tighten the constraint on `args`. |
| 6 |
| 1 ## 0.12.10+1 | 7 ## 0.12.10+1 |
| 2 | 8 |
| 3 * Temporarily remove separators from the help output. Version 0.12.8 was | 9 * Temporarily remove separators from the help output. Version 0.12.8 was |
| 4 erroneously released without an appropriate `args` constraint for the features | 10 erroneously released without an appropriate `args` constraint for the features |
| 5 it used; this version will help ensure that users who can't use `args` 0.13.1 | 11 it used; this version will help ensure that users who can't use `args` 0.13.1 |
| 6 will get a working version of `test`. | 12 will get a working version of `test`. |
| 7 | 13 |
| 8 ## 0.12.10 | 14 ## 0.12.10 |
| 9 | 15 |
| 10 * Add support for a package-level configuration file called `dart_test.yaml`. | 16 * Add support for a package-level configuration file called `dart_test.yaml`. |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 401 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 396 `expectAsyncUntil1` and `expectAsyncUntil2` | 402 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 397 * `TestCase`: | 403 * `TestCase`: |
| 398 * Removed properties: `setUp`, `tearDown`, `testFunction` | 404 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 399 * `enabled` is now get-only | 405 * `enabled` is now get-only |
| 400 * Removed methods: `pass`, `fail`, `error` | 406 * Removed methods: `pass`, `fail`, `error` |
| 401 * `interactive_html_config.dart` has been removed. | 407 * `interactive_html_config.dart` has been removed. |
| 402 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 408 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 403 `solo_group` now throw a `StateError` if called while tests are running. | 409 `solo_group` now throw a `StateError` if called while tests are running. |
| 404 * `rerunTests` has been removed. | 410 * `rerunTests` has been removed. |
| OLD | NEW |