| OLD | NEW |
| 1 ## 0.11.0+4 |
| 2 |
| 3 * Widen the version constraint for `stack_trace`. |
| 4 |
| 1 ## 0.11.0+3 | 5 ## 0.11.0+3 |
| 2 | 6 |
| 3 * Support `v0.11.0` of `unittest`. | 7 * Support `v0.11.0` of `unittest`. |
| 4 | 8 |
| 5 ## 0.11.0+1 | 9 ## 0.11.0+1 |
| 6 | 10 |
| 7 * Support `v0.5.0` of `shelf`. | 11 * Support `v0.5.0` of `shelf`. |
| 8 | 12 |
| 9 ## 0.11.0 | 13 ## 0.11.0 |
| 10 | 14 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 30 |
| 27 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | 31 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now |
| 28 take `StreamMatcher`s as well as normal `Matcher`s. | 32 take `StreamMatcher`s as well as normal `Matcher`s. |
| 29 | 33 |
| 30 ## 0.10.0 | 34 ## 0.10.0 |
| 31 | 35 |
| 32 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | 36 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as |
| 33 `ScheduledStream`s. | 37 `ScheduledStream`s. |
| 34 | 38 |
| 35 * Add a `consumeWhile` matcher for `ScheduledStream`. | 39 * Add a `consumeWhile` matcher for `ScheduledStream`. |
| OLD | NEW |