OLD | NEW |
| 1 ## 1.7.0 |
| 2 |
| 3 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a |
| 4 broadcast stream into a single-subscription stream. |
| 5 |
1 ## 1.6.0 | 6 ## 1.6.0 |
2 | 7 |
3 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be | 8 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be |
4 notified when an operation is canceled elsewhere. | 9 notified when an operation is canceled elsewhere. |
5 | 10 |
6 - Added `StreamSinkTransformer` which transforms events before they're passed to | 11 - Added `StreamSinkTransformer` which transforms events before they're passed to |
7 a `StreamSink`, similarly to how `StreamTransformer` transforms events after | 12 a `StreamSink`, similarly to how `StreamTransformer` transforms events after |
8 they're emitted by a stream. | 13 they're emitted by a stream. |
9 | 14 |
10 ## 1.5.0 | 15 ## 1.5.0 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 - Added a `StreamGroup` class for merging the events of a group of streams, | 64 - Added a `StreamGroup` class for merging the events of a group of streams, |
60 potentially of unknown size. | 65 potentially of unknown size. |
61 | 66 |
62 ## 1.1.1 | 67 ## 1.1.1 |
63 | 68 |
64 - Updated SDK version constraint to at least 1.9.0. | 69 - Updated SDK version constraint to at least 1.9.0. |
65 | 70 |
66 ## 1.1.0 | 71 ## 1.1.0 |
67 | 72 |
68 - ChangeLog starts here. | 73 - ChangeLog starts here. |
OLD | NEW |