| OLD | NEW |
| 1 ### 0.12.0-beta.8 |
| 2 |
| 3 * Add a `--version` flag. |
| 4 |
| 1 ### 0.12.0-beta.7 | 5 ### 0.12.0-beta.7 |
| 2 | 6 |
| 3 * Browser tests can now load assets by making HTTP requests to the corresponding | 7 * Browser tests can now load assets by making HTTP requests to the corresponding |
| 4 relative URLs. | 8 relative URLs. |
| 5 | 9 |
| 6 * Add support for running tests on Dartium and the Dartium content shell. | 10 * Add support for running tests on Dartium and the Dartium content shell. |
| 7 | 11 |
| 8 * Add support for running tests on [PhantomJS](http://phantomjs.org/). | 12 * Add support for running tests on [PhantomJS](http://phantomjs.org/). |
| 9 | 13 |
| 10 ### 0.12.0-beta.6 | 14 ### 0.12.0-beta.6 |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 199 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 196 `expectAsyncUntil1` and `expectAsyncUntil2` | 200 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 197 * `TestCase`: | 201 * `TestCase`: |
| 198 * Removed properties: `setUp`, `tearDown`, `testFunction` | 202 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 199 * `enabled` is now get-only | 203 * `enabled` is now get-only |
| 200 * Removed methods: `pass`, `fail`, `error` | 204 * Removed methods: `pass`, `fail`, `error` |
| 201 * `interactive_html_config.dart` has been removed. | 205 * `interactive_html_config.dart` has been removed. |
| 202 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 206 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 203 `solo_group` now throw a `StateError` if called while tests are running. | 207 `solo_group` now throw a `StateError` if called while tests are running. |
| 204 * `rerunTests` has been removed. | 208 * `rerunTests` has been removed. |
| OLD | NEW |