| OLD | NEW |
| 1 ### 0.12.0-beta.4 |
| 2 |
| 3 * Fix a package-root bug. |
| 4 |
| 1 ### 0.12.0-beta.3 | 5 ### 0.12.0-beta.3 |
| 2 | 6 |
| 3 * Add support for `shelf` `0.6.0`. | 7 * Add support for `shelf` `0.6.0`. |
| 4 | 8 |
| 5 * Fix a "failed to load" bug on Windows. | 9 * Fix a "failed to load" bug on Windows. |
| 6 | 10 |
| 7 ### 0.12.0-beta.2 | 11 ### 0.12.0-beta.2 |
| 8 | 12 |
| 9 * Rename the package to `test`. The `unittest` package will continue to exist | 13 * Rename the package to `test`. The `unittest` package will continue to exist |
| 10 through the `0.12.0` cycle, but it's deprecated and will just export the | 14 through the `0.12.0` cycle, but it's deprecated and will just export the |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 167 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 164 `expectAsyncUntil1` and `expectAsyncUntil2` | 168 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 165 * `TestCase`: | 169 * `TestCase`: |
| 166 * Removed properties: `setUp`, `tearDown`, `testFunction` | 170 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 167 * `enabled` is now get-only | 171 * `enabled` is now get-only |
| 168 * Removed methods: `pass`, `fail`, `error` | 172 * Removed methods: `pass`, `fail`, `error` |
| 169 * `interactive_html_config.dart` has been removed. | 173 * `interactive_html_config.dart` has been removed. |
| 170 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 174 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 171 `solo_group` now throw a `StateError` if called while tests are running. | 175 `solo_group` now throw a `StateError` if called while tests are running. |
| 172 * `rerunTests` has been removed. | 176 * `rerunTests` has been removed. |
| OLD | NEW |