| OLD | NEW |
| 1 ## 0.11.2+2 |
| 2 |
| 3 * Moved shared test utilities to `metatest` package. |
| 4 |
| 1 ## 0.11.2+1 | 5 ## 0.11.2+1 |
| 2 | 6 |
| 3 * Fix a case where a `ScheduledProcess` could fail to log its output. | 7 * Fix a case where a `ScheduledProcess` could fail to log its output. |
| 4 | 8 |
| 5 ## 0.11.2 | 9 ## 0.11.2 |
| 6 | 10 |
| 7 * Add a `DirectoryDescriptor.fromFilesystem` constructor. | 11 * Add a `DirectoryDescriptor.fromFilesystem` constructor. |
| 8 | 12 |
| 9 ## 0.11.1 | 13 ## 0.11.1 |
| 10 | 14 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 | 61 |
| 58 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | 62 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now |
| 59 take `StreamMatcher`s as well as normal `Matcher`s. | 63 take `StreamMatcher`s as well as normal `Matcher`s. |
| 60 | 64 |
| 61 ## 0.10.0 | 65 ## 0.10.0 |
| 62 | 66 |
| 63 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | 67 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as |
| 64 `ScheduledStream`s. | 68 `ScheduledStream`s. |
| 65 | 69 |
| 66 * Add a `consumeWhile` matcher for `ScheduledStream`. | 70 * Add a `consumeWhile` matcher for `ScheduledStream`. |
| OLD | NEW |