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

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

Issue 775413002: Restrict the version constraints on exported dependencies. (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
OLDNEW
1 ## 0.11.3
2
3 * Narrow the constraint on unittest to ensure that new features are reflected in
4 scheduled_test's version.
5
1 ## 0.11.2+3 6 ## 0.11.2+3
2 7
3 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`. 8 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`.
4 9
5 ## 0.11.2+2 10 ## 0.11.2+2
6 11
7 * Moved shared test utilities to `metatest` package. 12 * Moved shared test utilities to `metatest` package.
8 13
9 ## 0.11.2+1 14 ## 0.11.2+1
10 15
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 70
66 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 71 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
67 take `StreamMatcher`s as well as normal `Matcher`s. 72 take `StreamMatcher`s as well as normal `Matcher`s.
68 73
69 ## 0.10.0 74 ## 0.10.0
70 75
71 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 76 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
72 `ScheduledStream`s. 77 `ScheduledStream`s.
73 78
74 * Add a `consumeWhile` matcher for `ScheduledStream`. 79 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698