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

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

Issue 216373004: Use shelf handlers in ScheduledServer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 8 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 | 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
2
3 * `ScheduledServer.handle` now takes a `shelf.Handler` rather than a custom
4 handler class.
5
1 ## 0.10.1+1 6 ## 0.10.1+1
2 7
3 * Updated `http` version constraint from `">=0.9.0 <0.10.0"` to 8 * Updated `http` version constraint from `">=0.9.0 <0.10.0"` to
4 `">=0.9.0 <0.11.0"` 9 `">=0.9.0 <0.11.0"`
5 10
6 ## 0.10.1 11 ## 0.10.1
7 12
8 * Add a `StreamMatcher.hasMatch` method. 13 * Add a `StreamMatcher.hasMatch` method.
9 14
10 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 15 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
11 take `StreamMatcher`s as well as normal `Matcher`s. 16 take `StreamMatcher`s as well as normal `Matcher`s.
12 17
13 ## 0.10.0 18 ## 0.10.0
14 19
15 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 20 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
16 `ScheduledStream`s. 21 `ScheduledStream`s.
17 22
18 * Add a `consumeWhile` matcher for `ScheduledStream`. 23 * 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
This is Rietveld 408576698