OLD | NEW |
| 1 ## 0.12.10+1 |
| 2 |
| 3 * Temporarily remove separators from the help output. Version 0.12.8 was |
| 4 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 |
| 6 will get a working version of `test`. |
| 7 |
1 ## 0.12.10 | 8 ## 0.12.10 |
2 | 9 |
3 * Add support for a package-level configuration file called `dart_test.yaml`. | 10 * Add support for a package-level configuration file called `dart_test.yaml`. |
4 | 11 |
5 ## 0.12.9 | 12 ## 0.12.9 |
6 | 13 |
7 * Add `SuiteEvent` to the JSON reporter, which reports data about the suites in | 14 * Add `SuiteEvent` to the JSON reporter, which reports data about the suites in |
8 which tests are run. | 15 which tests are run. |
9 | 16 |
10 * Add `AllSuitesEvent` to the JSON reporter, which reports the total number of | 17 * Add `AllSuitesEvent` to the JSON reporter, which reports the total number of |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 395 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
389 `expectAsyncUntil1` and `expectAsyncUntil2` | 396 `expectAsyncUntil1` and `expectAsyncUntil2` |
390 * `TestCase`: | 397 * `TestCase`: |
391 * Removed properties: `setUp`, `tearDown`, `testFunction` | 398 * Removed properties: `setUp`, `tearDown`, `testFunction` |
392 * `enabled` is now get-only | 399 * `enabled` is now get-only |
393 * Removed methods: `pass`, `fail`, `error` | 400 * Removed methods: `pass`, `fail`, `error` |
394 * `interactive_html_config.dart` has been removed. | 401 * `interactive_html_config.dart` has been removed. |
395 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 402 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
396 `solo_group` now throw a `StateError` if called while tests are running. | 403 `solo_group` now throw a `StateError` if called while tests are running. |
397 * `rerunTests` has been removed. | 404 * `rerunTests` has been removed. |
OLD | NEW |