| OLD | NEW |
| (Empty) |
| 1 ## 0.11.6 | |
| 2 | |
| 3 * *Actually* bump the version constraint for `unittest`. | |
| 4 | |
| 5 ## 0.11.5 | |
| 6 | |
| 7 * Bump the version constraint for `unittest`. | |
| 8 | |
| 9 ## 0.11.4 | |
| 10 | |
| 11 * Bump the version constraint for `unittest`. | |
| 12 | |
| 13 ## 0.11.3 | |
| 14 | |
| 15 * Narrow the constraint on unittest to ensure that new features are reflected in | |
| 16 scheduled_test's version. | |
| 17 | |
| 18 ## 0.11.2+3 | |
| 19 | |
| 20 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`. | |
| 21 | |
| 22 ## 0.11.2+2 | |
| 23 | |
| 24 * Moved shared test utilities to `metatest` package. | |
| 25 | |
| 26 ## 0.11.2+1 | |
| 27 | |
| 28 * Fix a case where a `ScheduledProcess` could fail to log its output. | |
| 29 | |
| 30 ## 0.11.2 | |
| 31 | |
| 32 * Add a `DirectoryDescriptor.fromFilesystem` constructor. | |
| 33 | |
| 34 ## 0.11.1 | |
| 35 | |
| 36 * Add a top-level `tearDown` function. | |
| 37 | |
| 38 ## 0.11.0+7 | |
| 39 | |
| 40 * A `nothing()` descriptor will fail if a broken symlink is present. | |
| 41 | |
| 42 ## 0.11.0+6 | |
| 43 | |
| 44 * Use `http_multi_server` to bind to both the IPv4 and IPv6 loopback addresses | |
| 45 for scheduled_test. | |
| 46 | |
| 47 ## 0.11.0+5 | |
| 48 | |
| 49 * Widen the version constraint for `stack_trace`. | |
| 50 | |
| 51 ## 0.11.0+4 | |
| 52 | |
| 53 * Added `README.md` with content from `lib/scheduled_test.dart`. | |
| 54 | |
| 55 * Made changes to `test/metatest.dart` related to outstanding issues. | |
| 56 | |
| 57 ## 0.11.0+3 | |
| 58 | |
| 59 * Support `v0.11.0` of `unittest`. | |
| 60 | |
| 61 ## 0.11.0+1 | |
| 62 | |
| 63 * Support `v0.5.0` of `shelf`. | |
| 64 | |
| 65 ## 0.11.0 | |
| 66 | |
| 67 * `ScheduledServer.handle` now takes a `shelf.Handler` rather than a custom | |
| 68 handler class. | |
| 69 | |
| 70 * The body of a `test()` or a `setUp()` call may now return a Future. This was | |
| 71 already supported by the `unittest` package. The Future is passed to a | |
| 72 `wrapFuture` call. | |
| 73 | |
| 74 ## 0.10.1+1 | |
| 75 | |
| 76 * Updated `http` version constraint from `">=0.9.0 <0.10.0"` to | |
| 77 `">=0.9.0 <0.11.0"` | |
| 78 | |
| 79 ## 0.10.1 | |
| 80 | |
| 81 * Add a `StreamMatcher.hasMatch` method. | |
| 82 | |
| 83 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now | |
| 84 take `StreamMatcher`s as well as normal `Matcher`s. | |
| 85 | |
| 86 ## 0.10.0 | |
| 87 | |
| 88 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as | |
| 89 `ScheduledStream`s. | |
| 90 | |
| 91 * Add a `consumeWhile` matcher for `ScheduledStream`. | |
| OLD | NEW |