| OLD | NEW |
| 1 ## 0.12.13+6 |
| 2 |
| 3 * Declare support for version 1.18 of the Dart SDK. |
| 4 |
| 1 ## 0.12.13+5 | 5 ## 0.12.13+5 |
| 2 | 6 |
| 3 * Use the latest `collection` package. | 7 * Use the latest `collection` package. |
| 4 | 8 |
| 5 ## 0.12.13+4 | 9 ## 0.12.13+4 |
| 6 | 10 |
| 7 * Compatibility with an upcoming release of the `collection` package. | 11 * Compatibility with an upcoming release of the `collection` package. |
| 8 | 12 |
| 9 ## 0.12.13+3 | 13 ## 0.12.13+3 |
| 10 | 14 |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 512 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 509 `expectAsyncUntil1` and `expectAsyncUntil2` | 513 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 510 * `TestCase`: | 514 * `TestCase`: |
| 511 * Removed properties: `setUp`, `tearDown`, `testFunction` | 515 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 512 * `enabled` is now get-only | 516 * `enabled` is now get-only |
| 513 * Removed methods: `pass`, `fail`, `error` | 517 * Removed methods: `pass`, `fail`, `error` |
| 514 * `interactive_html_config.dart` has been removed. | 518 * `interactive_html_config.dart` has been removed. |
| 515 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 519 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 516 `solo_group` now throw a `StateError` if called while tests are running. | 520 `solo_group` now throw a `StateError` if called while tests are running. |
| 517 * `rerunTests` has been removed. | 521 * `rerunTests` has been removed. |
| OLD | NEW |