| OLD | NEW |
| 1 ### 0.12.0-beta.5 |
| 2 |
| 3 * Add a `--pub-serve` flag that runs tests against a `pub serve` instance. |
| 4 **This feature is only supported on Dart `1.9.2` and higher.** |
| 5 |
| 1 ### 0.12.0-beta.4 | 6 ### 0.12.0-beta.4 |
| 2 | 7 |
| 3 * Fix a package-root bug. | 8 * Fix a package-root bug. |
| 4 | 9 |
| 5 ### 0.12.0-beta.3 | 10 ### 0.12.0-beta.3 |
| 6 | 11 |
| 7 * Add support for `shelf` `0.6.0`. | 12 * Add support for `shelf` `0.6.0`. |
| 8 | 13 |
| 9 * Fix a "failed to load" bug on Windows. | 14 * Fix a "failed to load" bug on Windows. |
| 10 | 15 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 172 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 168 `expectAsyncUntil1` and `expectAsyncUntil2` | 173 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 169 * `TestCase`: | 174 * `TestCase`: |
| 170 * Removed properties: `setUp`, `tearDown`, `testFunction` | 175 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 171 * `enabled` is now get-only | 176 * `enabled` is now get-only |
| 172 * Removed methods: `pass`, `fail`, `error` | 177 * Removed methods: `pass`, `fail`, `error` |
| 173 * `interactive_html_config.dart` has been removed. | 178 * `interactive_html_config.dart` has been removed. |
| 174 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 179 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 175 `solo_group` now throw a `StateError` if called while tests are running. | 180 `solo_group` now throw a `StateError` if called while tests are running. |
| 176 * `rerunTests` has been removed. | 181 * `rerunTests` has been removed. |
| OLD | NEW |