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