| OLD | NEW |
| 1 ## 0.12.4+1 |
| 2 |
| 3 * Fix an incorrect use of `@deprecated`. |
| 4 |
| 1 ## 0.12.4 | 5 ## 0.12.4 |
| 2 | 6 |
| 3 * Depend on `test` 0.12.4. | 7 * Depend on `test` 0.12.4. |
| 4 | 8 |
| 5 ## 0.12.3 | 9 ## 0.12.3 |
| 6 | 10 |
| 7 * If a future matched against the `completes` or `completion()` matcher throws | 11 * If a future matched against the `completes` or `completion()` matcher throws |
| 8 an error, that error is printed directly rather than being wrapped in a | 12 an error, that error is printed directly rather than being wrapped in a |
| 9 string. This allows such errors to be captured using the Zone API and improves | 13 string. This allows such errors to be captured using the Zone API and improves |
| 10 formatting. | 14 formatting. |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 184 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 181 `expectAsyncUntil1` and `expectAsyncUntil2` | 185 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 182 * `TestCase`: | 186 * `TestCase`: |
| 183 * Removed properties: `setUp`, `tearDown`, `testFunction` | 187 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 184 * `enabled` is now get-only | 188 * `enabled` is now get-only |
| 185 * Removed methods: `pass`, `fail`, `error` | 189 * Removed methods: `pass`, `fail`, `error` |
| 186 * `interactive_html_config.dart` has been removed. | 190 * `interactive_html_config.dart` has been removed. |
| 187 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 191 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 188 `solo_group` now throw a `StateError` if called while tests are running. | 192 `solo_group` now throw a `StateError` if called while tests are running. |
| 189 * `rerunTests` has been removed. | 193 * `rerunTests` has been removed. |
| OLD | NEW |