OLD | NEW |
| 1 ## 0.12.4 |
| 2 |
| 3 * Fix an uncaught error that could crop up when killing the test runner process |
| 4 at the wrong time. |
| 5 |
1 ## 0.12.3+7 | 6 ## 0.12.3+7 |
2 | 7 |
3 * Add a missing dependency on the `collection` package. | 8 * Add a missing dependency on the `collection` package. |
4 | 9 |
5 ## 0.12.3+6 | 10 ## 0.12.3+6 |
6 | 11 |
7 **This version was unpublished due to [issue 287][].** | 12 **This version was unpublished due to [issue 287][].** |
8 | 13 |
9 * Properly report load errors caused by failing to start browsers. | 14 * Properly report load errors caused by failing to start browsers. |
10 | 15 |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 241 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
237 `expectAsyncUntil1` and `expectAsyncUntil2` | 242 `expectAsyncUntil1` and `expectAsyncUntil2` |
238 * `TestCase`: | 243 * `TestCase`: |
239 * Removed properties: `setUp`, `tearDown`, `testFunction` | 244 * Removed properties: `setUp`, `tearDown`, `testFunction` |
240 * `enabled` is now get-only | 245 * `enabled` is now get-only |
241 * Removed methods: `pass`, `fail`, `error` | 246 * Removed methods: `pass`, `fail`, `error` |
242 * `interactive_html_config.dart` has been removed. | 247 * `interactive_html_config.dart` has been removed. |
243 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 248 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
244 `solo_group` now throw a `StateError` if called while tests are running. | 249 `solo_group` now throw a `StateError` if called while tests are running. |
245 * `rerunTests` has been removed. | 250 * `rerunTests` has been removed. |
OLD | NEW |