| OLD | NEW |
| 1 ##0.11.1 |
| 2 |
| 3 * Add `reason` named argument to `expectAsync` and `expectAsyncUntil`, which has |
| 4 the same definition as `expect`'s `reason` argument. |
| 5 |
| 1 ##0.11.0+6 | 6 ##0.11.0+6 |
| 2 | 7 |
| 3 * Refactored package tests. | 8 * Refactored package tests. |
| 4 | 9 |
| 5 ##0.11.0+5 | 10 ##0.11.0+5 |
| 6 | 11 |
| 7 * Release test functions after each test is run. | 12 * Release test functions after each test is run. |
| 8 | 13 |
| 9 ##0.11.0+4 | 14 ##0.11.0+4 |
| 10 | 15 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 73 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 69 `expectAsyncUntil1` and `expectAsyncUntil2` | 74 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 70 * `TestCase`: | 75 * `TestCase`: |
| 71 * Removed properties: `setUp`, `tearDown`, `testFunction` | 76 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 72 * `enabled` is now get-only | 77 * `enabled` is now get-only |
| 73 * Removed methods: `pass`, `fail`, `error` | 78 * Removed methods: `pass`, `fail`, `error` |
| 74 * `interactive_html_config.dart` has been removed. | 79 * `interactive_html_config.dart` has been removed. |
| 75 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 80 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 76 `solo_group` now throw a `StateError` if called while tests are running. | 81 `solo_group` now throw a `StateError` if called while tests are running. |
| 77 * `rerunTests` has been removed. | 82 * `rerunTests` has been removed. |
| OLD | NEW |