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

Side by Side Diff: pkg/scheduled_test/CHANGELOG.md

Issue 793493002: Fix scheduled_test's constraint on unittest. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/scheduled_test/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.11.4
2
3 * Bump the version constraint for `unittest`.
4
1 ## 0.11.3 5 ## 0.11.3
2 6
3 * Narrow the constraint on unittest to ensure that new features are reflected in 7 * Narrow the constraint on unittest to ensure that new features are reflected in
4 scheduled_test's version. 8 scheduled_test's version.
5 9
6 ## 0.11.2+3 10 ## 0.11.2+3
7 11
8 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`. 12 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`.
9 13
10 ## 0.11.2+2 14 ## 0.11.2+2
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 74
71 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 75 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
72 take `StreamMatcher`s as well as normal `Matcher`s. 76 take `StreamMatcher`s as well as normal `Matcher`s.
73 77
74 ## 0.10.0 78 ## 0.10.0
75 79
76 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 80 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
77 `ScheduledStream`s. 81 `ScheduledStream`s.
78 82
79 * Add a `consumeWhile` matcher for `ScheduledStream`. 83 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW
« no previous file with comments | « no previous file | pkg/scheduled_test/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698