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

Side by Side Diff: CHANGELOG.md

Issue 2126803003: Support test 0.12.15. (Closed) Base URL: git@github.com:dart-lang/scheduled_test@master
Patch Set: Created 4 years, 5 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 | pubspec.yaml » ('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.12.6
2
3 * Support `test` version `0.12.15`.
4
1 ## 0.12.5+6 5 ## 0.12.5+6
2 6
3 * Declare compatibility with `test` version `0.12.14`. 7 * Declare compatibility with `test` version `0.12.14`.
4 8
5 ## 0.12.5+5 9 ## 0.12.5+5
6 10
7 * Fix all strong mode warnings. 11 * Fix all strong mode warnings.
8 12
9 ## 0.12.5+4 13 ## 0.12.5+4
10 14
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 216
213 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 217 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
214 take `StreamMatcher`s as well as normal `Matcher`s. 218 take `StreamMatcher`s as well as normal `Matcher`s.
215 219
216 ## 0.10.0 220 ## 0.10.0
217 221
218 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 222 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
219 `ScheduledStream`s. 223 `ScheduledStream`s.
220 224
221 * Add a `consumeWhile` matcher for `ScheduledStream`. 225 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698