Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Side by Side Diff: CHANGELOG.md

Issue 1584023002: Add SingleSubscriptionTransformer. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Update pubspec Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/async.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | lib/async.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698