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

Side by Side Diff: CHANGELOG.md

Issue 1616543002: Add a StreamSinkCompleter class. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes 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.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
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.
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