| OLD | NEW |
| 1 ## 0.12.13+2 |
| 2 |
| 3 * Fix all strong-mode errors and warnings. |
| 4 |
| 1 ## 0.12.13+1 | 5 ## 0.12.13+1 |
| 2 | 6 |
| 3 * Declare support for version 1.17 of the Dart SDK. | 7 * Declare support for version 1.17 of the Dart SDK. |
| 4 | 8 |
| 5 ## 0.12.13 | 9 ## 0.12.13 |
| 6 | 10 |
| 7 * Add support for a global configuration file. On Windows, this file defaults to | 11 * Add support for a global configuration file. On Windows, this file defaults to |
| 8 `%LOCALAPPDATA%\DartTest.yaml`. On Unix, it defaults to `~/.dart_test.yaml`. | 12 `%LOCALAPPDATA%\DartTest.yaml`. On Unix, it defaults to `~/.dart_test.yaml`. |
| 9 It can also be explicitly set using the `DART_TEST_CONFIG` environment | 13 It can also be explicitly set using the `DART_TEST_CONFIG` environment |
| 10 variable. See [the configuration documentation][global config] for details. | 14 variable. See [the configuration documentation][global config] for details. |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 496 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 493 `expectAsyncUntil1` and `expectAsyncUntil2` | 497 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 494 * `TestCase`: | 498 * `TestCase`: |
| 495 * Removed properties: `setUp`, `tearDown`, `testFunction` | 499 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 496 * `enabled` is now get-only | 500 * `enabled` is now get-only |
| 497 * Removed methods: `pass`, `fail`, `error` | 501 * Removed methods: `pass`, `fail`, `error` |
| 498 * `interactive_html_config.dart` has been removed. | 502 * `interactive_html_config.dart` has been removed. |
| 499 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 503 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 500 `solo_group` now throw a `StateError` if called while tests are running. | 504 `solo_group` now throw a `StateError` if called while tests are running. |
| 501 * `rerunTests` has been removed. | 505 * `rerunTests` has been removed. |
| OLD | NEW |