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

Side by Side Diff: CHANGELOG.md

Issue 1566603002: Add a StreamSinkTransformer class. (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') | lib/src/stream_sink_transformer.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.4.0 1 ## 1.6.0
2 2
3 - Added `StreamSinkTransformer` which transforms events before they're passed to
4 a `StreamSink`, similarly to how `StreamTransformer` transforms events after
5 they're emitted by a stream.
6
7 ## 1.5.0
8
3 - Added `LazyStream`, which forwards to the return value of a callback that's 9 - Added `LazyStream`, which forwards to the return value of a callback that's
4 only called when the stream is listened to. 10 only called when the stream is listened to.
5 11
6 ## 1.4.0 12 ## 1.4.0
7 13
8 - Added `AsyncMemoizer.future`, which allows the result to be accessed before 14 - Added `AsyncMemoizer.future`, which allows the result to be accessed before
9 `runOnce()` is called. 15 `runOnce()` is called.
10 16
11 - Added `CancelableOperation`, an asynchronous operation that can be canceled. 17 - Added `CancelableOperation`, an asynchronous operation that can be canceled.
12 It can be created using a `CancelableCompleter`. 18 It can be created using a `CancelableCompleter`.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 - Added a `StreamGroup` class for merging the events of a group of streams, 56 - Added a `StreamGroup` class for merging the events of a group of streams,
51 potentially of unknown size. 57 potentially of unknown size.
52 58
53 ## 1.1.1 59 ## 1.1.1
54 60
55 - Updated SDK version constraint to at least 1.9.0. 61 - Updated SDK version constraint to at least 1.9.0.
56 62
57 ## 1.1.0 63 ## 1.1.0
58 64
59 - ChangeLog starts here. 65 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/stream_sink_transformer.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698