| OLD | NEW |
| 1 ##0.11.4 |
| 2 |
| 3 * Bump the version constraint for `matcher`. |
| 4 |
| 1 ##0.11.3 | 5 ##0.11.3 |
| 2 | 6 |
| 3 * Narrow the constraint on matcher to ensure that new features are reflected in | 7 * Narrow the constraint on matcher to ensure that new features are reflected in |
| 4 unittest's version. | 8 unittest's version. |
| 5 | 9 |
| 6 ##0.11.2 | 10 ##0.11.2 |
| 7 | 11 |
| 8 * Prints a warning instead of throwing an error when setting the test | 12 * Prints a warning instead of throwing an error when setting the test |
| 9 configuration after it has already been set. The first configuration is always | 13 configuration after it has already been set. The first configuration is always |
| 10 used. | 14 used. |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 94 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 91 `expectAsyncUntil1` and `expectAsyncUntil2` | 95 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 92 * `TestCase`: | 96 * `TestCase`: |
| 93 * Removed properties: `setUp`, `tearDown`, `testFunction` | 97 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 94 * `enabled` is now get-only | 98 * `enabled` is now get-only |
| 95 * Removed methods: `pass`, `fail`, `error` | 99 * Removed methods: `pass`, `fail`, `error` |
| 96 * `interactive_html_config.dart` has been removed. | 100 * `interactive_html_config.dart` has been removed. |
| 97 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 101 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 98 `solo_group` now throw a `StateError` if called while tests are running. | 102 `solo_group` now throw a `StateError` if called while tests are running. |
| 99 * `rerunTests` has been removed. | 103 * `rerunTests` has been removed. |
| OLD | NEW |