OLD | NEW |
| 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`. |
OLD | NEW |