OLD | NEW |
| 1 ## 0.12.15+9 |
| 2 |
| 3 * Widen version constraint on `analyzer`. |
| 4 |
1 ## 0.12.15+8 | 5 ## 0.12.15+8 |
2 | 6 |
3 * Make test suites with thousands of tests load much faster on the VM (and | 7 * Make test suites with thousands of tests load much faster on the VM (and |
4 possibly other platforms). | 8 possibly other platforms). |
5 | 9 |
6 ## 0.12.15+7 | 10 ## 0.12.15+7 |
7 | 11 |
8 * Fix a bug where tags would be dropped when `on_platform` was defined in a | 12 * Fix a bug where tags would be dropped when `on_platform` was defined in a |
9 config file. | 13 config file. |
10 | 14 |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 565 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
562 `expectAsyncUntil1` and `expectAsyncUntil2` | 566 `expectAsyncUntil1` and `expectAsyncUntil2` |
563 * `TestCase`: | 567 * `TestCase`: |
564 * Removed properties: `setUp`, `tearDown`, `testFunction` | 568 * Removed properties: `setUp`, `tearDown`, `testFunction` |
565 * `enabled` is now get-only | 569 * `enabled` is now get-only |
566 * Removed methods: `pass`, `fail`, `error` | 570 * Removed methods: `pass`, `fail`, `error` |
567 * `interactive_html_config.dart` has been removed. | 571 * `interactive_html_config.dart` has been removed. |
568 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 572 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
569 `solo_group` now throw a `StateError` if called while tests are running. | 573 `solo_group` now throw a `StateError` if called while tests are running. |
570 * `rerunTests` has been removed. | 574 * `rerunTests` has been removed. |
OLD | NEW |