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

Side by Side Diff: CHANGELOG.md

Issue 1615253002: Add ClosedStreamSink, and *Completer.setError, and StreamSinkCompleter.fromFuture. (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 1 ## 1.8.0
2 2
3 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its 3 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its
4 destination later as another sink. 4 destination later as another sink.
5 5
6 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event
7 on the resulting stream.
8
9 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all
10 events.
11
6 ## 1.7.0 12 ## 1.7.0
7 13
8 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a 14 - Added `SingleSubscriptionTransformer`, a `StreamTransformer` that converts a
9 broadcast stream into a single-subscription stream. 15 broadcast stream into a single-subscription stream.
10 16
11 ## 1.6.0 17 ## 1.6.0
12 18
13 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be 19 - Added `CancelableOperation.valueOrCancellation()`, which allows users to be
14 notified when an operation is canceled elsewhere. 20 notified when an operation is canceled elsewhere.
15 21
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 - Added a `StreamSplitter` class for splitting a stream into multiple new 78 - Added a `StreamSplitter` class for splitting a stream into multiple new
73 streams. 79 streams.
74 80
75 ## 1.1.1 81 ## 1.1.1
76 82
77 - Updated SDK version constraint to at least 1.9.0. 83 - Updated SDK version constraint to at least 1.9.0.
78 84
79 ## 1.1.0 85 ## 1.1.0
80 86
81 - ChangeLog starts here. 87 - 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