| OLD | NEW |
| 1 ##0.11.1+1 | 1 ##0.11.0+2 |
| 2 | 2 |
| 3 * Removed unused files from tests and standardized remaining test file names. |
| 4 |
| 5 ##0.11.0+1 |
| 6 |
| 3 * Widen the version constraint for `stack_trace`. | 7 * Widen the version constraint for `stack_trace`. |
| 4 | 8 |
| 5 ##0.11.0 | 9 ##0.11.0 |
| 6 | 10 |
| 7 * Deprecated methods have been removed: | 11 * Deprecated methods have been removed: |
| 8 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync` | 12 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync` |
| 9 instead | 13 instead |
| 10 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use | 14 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use |
| 11 `expectAsyncUntil` instead | 15 `expectAsyncUntil` instead |
| 12 * `guardAsync` - no longer needed | 16 * `guardAsync` - no longer needed |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, | 52 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, |
| 49 `expectAsyncUntil1` and `expectAsyncUntil2` | 53 `expectAsyncUntil1` and `expectAsyncUntil2` |
| 50 * `TestCase`: | 54 * `TestCase`: |
| 51 * Removed properties: `setUp`, `tearDown`, `testFunction` | 55 * Removed properties: `setUp`, `tearDown`, `testFunction` |
| 52 * `enabled` is now get-only | 56 * `enabled` is now get-only |
| 53 * Removed methods: `pass`, `fail`, `error` | 57 * Removed methods: `pass`, `fail`, `error` |
| 54 * `interactive_html_config.dart` has been removed. | 58 * `interactive_html_config.dart` has been removed. |
| 55 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 59 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
| 56 `solo_group` now throw a `StateError` if called while tests are running. | 60 `solo_group` now throw a `StateError` if called while tests are running. |
| 57 * `rerunTests` has been removed. | 61 * `rerunTests` has been removed. |
| 58 | |
| 59 ##0.9.3 - 2014-01-13 | |
| OLD | NEW |