| OLD | NEW |
| 1 ## 0.12.14+1 |
| 2 |
| 3 * Narrow the constraint on `yaml`. |
| 4 |
| 1 ## 0.12.14 | 5 ## 0.12.14 |
| 2 | 6 |
| 3 * Add test and group location information to the JSON reporter. | 7 * Add test and group location information to the JSON reporter. |
| 4 | 8 |
| 5 ## 0.12.13+5 | 9 ## 0.12.13+5 |
| 6 | 10 |
| 7 * Declare support for version 1.18 of the Dart SDK. | 11 * Declare support for version 1.18 of the Dart SDK. |
| 8 | 12 |
| 9 * Use the latest `collection` package. | 13 * Use the latest `collection` package. |
| 10 | 14 |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 518 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 515 `expectAsyncUntil1` and `expectAsyncUntil2` | 519 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 516 * `TestCase`: | 520 * `TestCase`: |
| 517 * Removed properties: `setUp`, `tearDown`, `testFunction` | 521 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 518 * `enabled` is now get-only | 522 * `enabled` is now get-only |
| 519 * Removed methods: `pass`, `fail`, `error` | 523 * Removed methods: `pass`, `fail`, `error` |
| 520 * `interactive_html_config.dart` has been removed. | 524 * `interactive_html_config.dart` has been removed. |
| 521 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 525 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 522 `solo_group` now throw a `StateError` if called while tests are running. | 526 `solo_group` now throw a `StateError` if called while tests are running. |
| 523 * `rerunTests` has been removed. | 527 * `rerunTests` has been removed. |
| OLD | NEW |