OLD | NEW |
| 1 ##0.11.1+1 |
| 2 |
| 3 * Widen the version constraint for `stack_trace`. |
| 4 |
1 ##0.11.0 | 5 ##0.11.0 |
2 | 6 |
3 * Deprecated methods have been removed: | 7 * Deprecated methods have been removed: |
4 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync` | 8 * `expectAsync0`, `expectAsync1`, and `expectAsync2` - use `expectAsync` |
5 instead | 9 instead |
6 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use | 10 * `expectAsyncUntil0`, `expectAsyncUntil1`, and `expectAsyncUntil2` - use |
7 `expectAsyncUntil` instead | 11 `expectAsyncUntil` instead |
8 * `guardAsync` - no longer needed | 12 * `guardAsync` - no longer needed |
9 * `protectAsync0`, `protectAsync1`, and `protectAsync2` - no longer needed | 13 * `protectAsync0`, `protectAsync1`, and `protectAsync2` - no longer needed |
10 * `matcher.dart` and `mirror_matchers.dart` have been removed. They are now in | 14 * `matcher.dart` and `mirror_matchers.dart` have been removed. They are now in |
(...skipping 35 matching lines...) Loading... |
46 * `TestCase`: | 50 * `TestCase`: |
47 * Removed properties: `setUp`, `tearDown`, `testFunction` | 51 * Removed properties: `setUp`, `tearDown`, `testFunction` |
48 * `enabled` is now get-only | 52 * `enabled` is now get-only |
49 * Removed methods: `pass`, `fail`, `error` | 53 * Removed methods: `pass`, `fail`, `error` |
50 * `interactive_html_config.dart` has been removed. | 54 * `interactive_html_config.dart` has been removed. |
51 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and | 55 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and |
52 `solo_group` now throw a `StateError` if called while tests are running. | 56 `solo_group` now throw a `StateError` if called while tests are running. |
53 * `rerunTests` has been removed. | 57 * `rerunTests` has been removed. |
54 | 58 |
55 ##0.9.3 - 2014-01-13 | 59 ##0.9.3 - 2014-01-13 |
OLD | NEW |