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

Side by Side Diff: CHANGELOG.md

Issue 2088943002: Support test 0.12.14. (Closed) Base URL: git@github.com:dart-lang/scheduled_test@master
Patch Set: Created 4 years, 6 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.5+6
2
3 * Declare compatibility with `test` version `0.12.14`.
4
1 ## 0.12.5+5 5 ## 0.12.5+5
2 6
3 * Fix all strong mode warnings. 7 * Fix all strong mode warnings.
4 8
5 ## 0.12.5+4 9 ## 0.12.5+4
6 10
7 * Actually declare compatibility with `test` version `0.12.13`. 11 * Actually declare compatibility with `test` version `0.12.13`.
8 12
9 ## 0.12.5+3 13 ## 0.12.5+3
10 14
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 212
209 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 213 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
210 take `StreamMatcher`s as well as normal `Matcher`s. 214 take `StreamMatcher`s as well as normal `Matcher`s.
211 215
212 ## 0.10.0 216 ## 0.10.0
213 217
214 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 218 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
215 `ScheduledStream`s. 219 `ScheduledStream`s.
216 220
217 * Add a `consumeWhile` matcher for `ScheduledStream`. 221 * 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