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

Side by Side Diff: CHANGELOG.md

Issue 1648963002: Add reactive-inspired stream transformers: Base URL: https://github.com/dart-lang/async@master
Patch Set: Restructure failes and add more tests. Created 4 years, 10 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/concatenate_streams.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.9.0
2
3 - Added `StreamTransformer`s `GroupBy`, `Scan`, `Debounce` and `Throttle`.
4
5 - Added function `concatenateStreams` which creates a new stream from a
6 sequence of existing streams.
7
1 ## 1.8.0 8 ## 1.8.0
2 9
3 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its 10 - Added `StreamSinkCompleter`, for creating a `StreamSink` now and providing its
4 destination later as another sink. 11 destination later as another sink.
5 12
6 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event 13 - Added `StreamCompleter.setError`, a shortcut for emitting a single error event
7 on the resulting stream. 14 on the resulting stream.
8 15
9 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all 16 - Added `NullStreamSink`, an implementation of `StreamSink` that discards all
10 events. 17 events.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 - Added a `StreamSplitter` class for splitting a stream into multiple new 85 - Added a `StreamSplitter` class for splitting a stream into multiple new
79 streams. 86 streams.
80 87
81 ## 1.1.1 88 ## 1.1.1
82 89
83 - Updated SDK version constraint to at least 1.9.0. 90 - Updated SDK version constraint to at least 1.9.0.
84 91
85 ## 1.1.0 92 ## 1.1.0
86 93
87 - ChangeLog starts here. 94 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/concatenate_streams.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698