| OLD | NEW |
| 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...) Expand all Loading... |
| 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`. |
| OLD | NEW |