OLD | NEW |
| 1 ## 0.11.1 |
| 2 |
| 3 * Add a top-level `tearDown` function. |
| 4 |
1 ## 0.11.0+7 | 5 ## 0.11.0+7 |
2 | 6 |
3 * A `nothing()` descriptor will fail if a broken symlink is present. | 7 * A `nothing()` descriptor will fail if a broken symlink is present. |
4 | 8 |
5 ## 0.11.0+6 | 9 ## 0.11.0+6 |
6 | 10 |
7 * Use `http_multi_server` to bind to both the IPv4 and IPv6 loopback addresses | 11 * Use `http_multi_server` to bind to both the IPv4 and IPv6 loopback addresses |
8 for scheduled_test. | 12 for scheduled_test. |
9 | 13 |
10 ## 0.11.0+5 | 14 ## 0.11.0+5 |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 | 49 |
46 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | 50 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now |
47 take `StreamMatcher`s as well as normal `Matcher`s. | 51 take `StreamMatcher`s as well as normal `Matcher`s. |
48 | 52 |
49 ## 0.10.0 | 53 ## 0.10.0 |
50 | 54 |
51 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | 55 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as |
52 `ScheduledStream`s. | 56 `ScheduledStream`s. |
53 | 57 |
54 * Add a `consumeWhile` matcher for `ScheduledStream`. | 58 * Add a `consumeWhile` matcher for `ScheduledStream`. |
OLD | NEW |