| OLD | NEW |
| 1 ### 0.12.0-beta.11 |
| 2 |
| 3 * Preserve the stack traces for load errors in isolates and iframes. |
| 4 |
| 1 ### 0.12.0-beta.10 | 5 ### 0.12.0-beta.10 |
| 2 | 6 |
| 3 * Fix running browser tests in subdirectories. | 7 * Fix running browser tests in subdirectories. |
| 4 | 8 |
| 5 ### 0.12.0-beta.9 | 9 ### 0.12.0-beta.9 |
| 6 | 10 |
| 7 * A browser test may use a custom HTML file. See [the README][custom html] for | 11 * A browser test may use a custom HTML file. See [the README][custom html] for |
| 8 more information. | 12 more information. |
| 9 | 13 |
| 10 [custom html]: https://github.com/dart-lang/test/blob/master/README.md#running-t
ests-with-custom-html | 14 [custom html]: https://github.com/dart-lang/test/blob/master/README.md#running-t
ests-with-custom-html |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 237 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 234 `expectAsyncUntil1` and `expectAsyncUntil2` | 238 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 235 * `TestCase`: | 239 * `TestCase`: |
| 236 * Removed properties: `setUp`, `tearDown`, `testFunction` | 240 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 237 * `enabled` is now get-only | 241 * `enabled` is now get-only |
| 238 * Removed methods: `pass`, `fail`, `error` | 242 * Removed methods: `pass`, `fail`, `error` |
| 239 * `interactive_html_config.dart` has been removed. | 243 * `interactive_html_config.dart` has been removed. |
| 240 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 244 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 241 `solo_group` now throw a `StateError` if called while tests are running. | 245 `solo_group` now throw a `StateError` if called while tests are running. |
| 242 * `rerunTests` has been removed. | 246 * `rerunTests` has been removed. |
| OLD | NEW |