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