| OLD | NEW |
| 1 ## 1.8.0 |
| 2 |
| 3 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its |
| 4 destination later as another sink. |
| 5 |
| 1 ## 1.7.0 | 6 ## 1.7.0 |
| 2 | 7 |
| 3 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a | 8 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a |
| 4 broadcast stream into a single-subscription stream. | 9 broadcast stream into a single-subscription stream. |
| 5 | 10 |
| 6 ## 1.6.0 | 11 ## 1.6.0 |
| 7 | 12 |
| 8 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be | 13 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be |
| 9 notified when an operation is canceled elsewhere. | 14 notified when an operation is canceled elsewhere. |
| 10 | 15 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 - Added a `StreamGroup` class for merging the events of a group of streams, | 69 - Added a `StreamGroup` class for merging the events of a group of streams, |
| 65 potentially of unknown size. | 70 potentially of unknown size. |
| 66 | 71 |
| 67 ## 1.1.1 | 72 ## 1.1.1 |
| 68 | 73 |
| 69 - Updated SDK version constraint to at least 1.9.0. | 74 - Updated SDK version constraint to at least 1.9.0. |
| 70 | 75 |
| 71 ## 1.1.0 | 76 ## 1.1.0 |
| 72 | 77 |
| 73 - ChangeLog starts here. | 78 - ChangeLog starts here. |
| OLD | NEW |