OLD | NEW |
| 1 ## 1.3.1 |
| 2 |
| 3 * Make `IsolateChannel` slightly more efficient. |
| 4 |
1 ## 1.3.0 | 5 ## 1.3.0 |
2 | 6 |
3 * Add `Disconnector`, a transformer that allows the caller to disconnect the | 7 * Add `Disconnector`, a transformer that allows the caller to disconnect the |
4 transformed channel. | 8 transformed channel. |
5 | 9 |
6 ## 1.2.0 | 10 ## 1.2.0 |
7 | 11 |
8 * Add `new StreamChannel.withGuarantees()`, which creates a channel with extra | 12 * Add `new StreamChannel.withGuarantees()`, which creates a channel with extra |
9 wrapping to ensure that it obeys the stream channel guarantees. | 13 wrapping to ensure that it obeys the stream channel guarantees. |
10 | 14 |
(...skipping 14 matching lines...) Expand all Loading... |
25 | 29 |
26 ## 1.0.1 | 30 ## 1.0.1 |
27 | 31 |
28 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is | 32 * Fix `MultiChannel`'s constructor to take a `StreamChannel`. This is |
29 technically a breaking change, but since 1.0.0 was only released an hour ago, | 33 technically a breaking change, but since 1.0.0 was only released an hour ago, |
30 we're treating it as a bug fix. | 34 we're treating it as a bug fix. |
31 | 35 |
32 ## 1.0.0 | 36 ## 1.0.0 |
33 | 37 |
34 * Initial version | 38 * Initial version |
OLD | NEW |