Chromium Code Reviews

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

Issue 311253005: Bind to all available loopback addresses in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_server.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.0+6
2
3 * Use `http_multi_server` to bind to both the IPv4 and IPv6 loopback addresses
4 for scheduled_test.
5
1 ## 0.11.0+5 6 ## 0.11.0+5
2 7
3 * Widen the version constraint for `stack_trace`. 8 * Widen the version constraint for `stack_trace`.
4 9
5 ## 0.11.0+4 10 ## 0.11.0+4
6 11
7 * Added `README.md` with content from `lib/scheduled_test.dart`. 12 * Added `README.md` with content from `lib/scheduled_test.dart`.
8 13
9 * Made changes to `test/metatest.dart` related to outstanding issues. 14 * Made changes to `test/metatest.dart` related to outstanding issues.
10 15
(...skipping 25 matching lines...)
36 41
37 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 42 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
38 take `StreamMatcher`s as well as normal `Matcher`s. 43 take `StreamMatcher`s as well as normal `Matcher`s.
39 44
40 ## 0.10.0 45 ## 0.10.0
41 46
42 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 47 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
43 `ScheduledStream`s. 48 `ScheduledStream`s.
44 49
45 * Add a `consumeWhile` matcher for `ScheduledStream`. 50 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_server.dart » ('j') | no next file with comments »

Powered by Google App Engine