| OLD | NEW |
| 1 ## 0.12.13+3 |
| 2 |
| 3 * Internal changes only. |
| 4 |
| 1 ## 0.12.13+2 | 5 ## 0.12.13+2 |
| 2 | 6 |
| 3 * Fix all strong-mode errors and warnings. | 7 * Fix all strong-mode errors and warnings. |
| 4 | 8 |
| 5 ## 0.12.13+1 | 9 ## 0.12.13+1 |
| 6 | 10 |
| 7 * Declare support for version 1.17 of the Dart SDK. | 11 * Declare support for version 1.17 of the Dart SDK. |
| 8 | 12 |
| 9 ## 0.12.13 | 13 ## 0.12.13 |
| 10 | 14 |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 500 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 497 `expectAsyncUntil1` and `expectAsyncUntil2` | 501 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 498 * `TestCase`: | 502 * `TestCase`: |
| 499 * Removed properties: `setUp`, `tearDown`, `testFunction` | 503 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 500 * `enabled` is now get-only | 504 * `enabled` is now get-only |
| 501 * Removed methods: `pass`, `fail`, `error` | 505 * Removed methods: `pass`, `fail`, `error` |
| 502 * `interactive_html_config.dart` has been removed. | 506 * `interactive_html_config.dart` has been removed. |
| 503 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 507 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 504 `solo_group` now throw a `StateError` if called while tests are running. | 508 `solo_group` now throw a `StateError` if called while tests are running. |
| 505 * `rerunTests` has been removed. | 509 * `rerunTests` has been removed. |
| OLD | NEW |