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