| OLD | NEW |
| 1 ## 0.11.3 |
| 2 |
| 3 * Narrow the constraint on unittest to ensure that new features are reflected in |
| 4 scheduled_test's version. |
| 5 |
| 1 ## 0.11.2+3 | 6 ## 0.11.2+3 |
| 2 | 7 |
| 3 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`. | 8 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`. |
| 4 | 9 |
| 5 ## 0.11.2+2 | 10 ## 0.11.2+2 |
| 6 | 11 |
| 7 * Moved shared test utilities to `metatest` package. | 12 * Moved shared test utilities to `metatest` package. |
| 8 | 13 |
| 9 ## 0.11.2+1 | 14 ## 0.11.2+1 |
| 10 | 15 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 | 70 |
| 66 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | 71 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now |
| 67 take `StreamMatcher`s as well as normal `Matcher`s. | 72 take `StreamMatcher`s as well as normal `Matcher`s. |
| 68 | 73 |
| 69 ## 0.10.0 | 74 ## 0.10.0 |
| 70 | 75 |
| 71 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | 76 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as |
| 72 `ScheduledStream`s. | 77 `ScheduledStream`s. |
| 73 | 78 |
| 74 * Add a `consumeWhile` matcher for `ScheduledStream`. | 79 * Add a `consumeWhile` matcher for `ScheduledStream`. |
| OLD | NEW |