| OLD | NEW |
| 1 ## 0.12.6 |
| 2 |
| 3 * Support `test` version `0.12.15`. |
| 4 |
| 1 ## 0.12.5+6 | 5 ## 0.12.5+6 |
| 2 | 6 |
| 3 * Declare compatibility with `test` version `0.12.14`. | 7 * Declare compatibility with `test` version `0.12.14`. |
| 4 | 8 |
| 5 ## 0.12.5+5 | 9 ## 0.12.5+5 |
| 6 | 10 |
| 7 * Fix all strong mode warnings. | 11 * Fix all strong mode warnings. |
| 8 | 12 |
| 9 ## 0.12.5+4 | 13 ## 0.12.5+4 |
| 10 | 14 |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 | 216 |
| 213 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | 217 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now |
| 214 take `StreamMatcher`s as well as normal `Matcher`s. | 218 take `StreamMatcher`s as well as normal `Matcher`s. |
| 215 | 219 |
| 216 ## 0.10.0 | 220 ## 0.10.0 |
| 217 | 221 |
| 218 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | 222 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as |
| 219 `ScheduledStream`s. | 223 `ScheduledStream`s. |
| 220 | 224 |
| 221 * Add a `consumeWhile` matcher for `ScheduledStream`. | 225 * Add a `consumeWhile` matcher for `ScheduledStream`. |
| OLD | NEW |