| OLD | NEW |
| 1 ##0.11.4+1 |
| 2 |
| 3 * Internal code cleanups and documentation improvements. |
| 4 |
| 1 ##0.11.4 | 5 ##0.11.4 |
| 2 | 6 |
| 3 * Bump the version constraint for `matcher`. | 7 * Bump the version constraint for `matcher`. |
| 4 | 8 |
| 5 ##0.11.3 | 9 ##0.11.3 |
| 6 | 10 |
| 7 * Narrow the constraint on matcher to ensure that new features are reflected in | 11 * Narrow the constraint on matcher to ensure that new features are reflected in |
| 8 unittest's version. | 12 unittest's version. |
| 9 | 13 |
| 10 ##0.11.2 | 14 ##0.11.2 |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 98 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 95 `expectAsyncUntil1` and `expectAsyncUntil2` | 99 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 96 * `TestCase`: | 100 * `TestCase`: |
| 97 * Removed properties: `setUp`, `tearDown`, `testFunction` | 101 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 98 * `enabled` is now get-only | 102 * `enabled` is now get-only |
| 99 * Removed methods: `pass`, `fail`, `error` | 103 * Removed methods: `pass`, `fail`, `error` |
| 100 * `interactive_html_config.dart` has been removed. | 104 * `interactive_html_config.dart` has been removed. |
| 101 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 105 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 102 `solo_group` now throw a `StateError` if called while tests are running. | 106 `solo_group` now throw a `StateError` if called while tests are running. |
| 103 * `rerunTests` has been removed. | 107 * `rerunTests` has been removed. |
| OLD | NEW |