Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: CHANGELOG.md

Issue 845153003: Bumped matcher version constraint (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/compact_vm_config.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ##0.11.5
2
3 * Bumped the version constraint for `matcher`.
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
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.
OLDNEW
« no previous file with comments | « no previous file | lib/compact_vm_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698