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