OLD | NEW |
| 1 ## 0.12.3+5 |
| 2 |
| 3 * Fix a crash when skipping tests because their platforms don't match. |
| 4 |
1 ## 0.12.3+4 | 5 ## 0.12.3+4 |
2 | 6 |
3 * The compact reporter will update the timer every second, rather than only | 7 * The compact reporter will update the timer every second, rather than only |
4 updating it occasionally. | 8 updating it occasionally. |
5 | 9 |
6 * The compact reporter will now print the full, untruncated test name before any | 10 * The compact reporter will now print the full, untruncated test name before any |
7 errors or prints emitted by a test. | 11 errors or prints emitted by a test. |
8 | 12 |
9 * The expanded reporter will now *always* print the full, untruncated test name. | 13 * The expanded reporter will now *always* print the full, untruncated test name. |
10 | 14 |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 212 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
209 `expectAsyncUntil1` and `expectAsyncUntil2` | 213 `expectAsyncUntil1` and `expectAsyncUntil2` |
210 * `TestCase`: | 214 * `TestCase`: |
211 * Removed properties: `setUp`, `tearDown`, `testFunction` | 215 * Removed properties: `setUp`, `tearDown`, `testFunction` |
212 * `enabled` is now get-only | 216 * `enabled` is now get-only |
213 * Removed methods: `pass`, `fail`, `error` | 217 * Removed methods: `pass`, `fail`, `error` |
214 * `interactive_html_config.dart` has been removed. | 218 * `interactive_html_config.dart` has been removed. |
215 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 219 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
216 `solo_group` now throw a `StateError` if called while tests are running. | 220 `solo_group` now throw a `StateError` if called while tests are running. |
217 * `rerunTests` has been removed. | 221 * `rerunTests` has been removed. |
OLD | NEW |