| OLD | NEW |
| 1 ## 0.11.5 |
| 2 |
| 3 * Bump the version constraint for `unittest`. |
| 4 |
| 1 ## 0.11.4 | 5 ## 0.11.4 |
| 2 | 6 |
| 3 * Bump the version constraint for `unittest`. | 7 * Bump the version constraint for `unittest`. |
| 4 | 8 |
| 5 ## 0.11.3 | 9 ## 0.11.3 |
| 6 | 10 |
| 7 * Narrow the constraint on unittest to ensure that new features are reflected in | 11 * Narrow the constraint on unittest to ensure that new features are reflected in |
| 8 scheduled_test's version. | 12 scheduled_test's version. |
| 9 | 13 |
| 10 ## 0.11.2+3 | 14 ## 0.11.2+3 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 | 78 |
| 75 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | 79 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now |
| 76 take `StreamMatcher`s as well as normal `Matcher`s. | 80 take `StreamMatcher`s as well as normal `Matcher`s. |
| 77 | 81 |
| 78 ## 0.10.0 | 82 ## 0.10.0 |
| 79 | 83 |
| 80 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | 84 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as |
| 81 `ScheduledStream`s. | 85 `ScheduledStream`s. |
| 82 | 86 |
| 83 * Add a `consumeWhile` matcher for `ScheduledStream`. | 87 * Add a `consumeWhile` matcher for `ScheduledStream`. |
| OLD | NEW |