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