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

Side by Side Diff: CHANGELOG.md

Issue 2649233006: Add `byteCollector` stream transformer and `collectBytes` function. (Closed)
Patch Set: Created 3 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/byte_collector.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.13.0
2
3 * Add `byteCollector` stream transformer and `collectBytes` function.
nweiz 2017/01/25 23:00:40 "Add a", "and a"
Lasse Reichstein Nielsen 2017/01/26 09:43:05 Done.
4 These collects list-of-byte events into a single byte list.
nweiz 2017/01/25 23:00:40 "collects" -> "collect"
Lasse Reichstein Nielsen 2017/01/26 09:43:05 Acknowledged.
5
1 ## 1.12.0 6 ## 1.12.0
2 7
3 * Add an `AsyncCache` class that caches asynchronous operations for a period of 8 * Add an `AsyncCache` class that caches asynchronous operations for a period of
4 time. 9 time.
5 10
6 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`. 11 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`.
7 These allow users to conditionally consume events based on their values. 12 These allow users to conditionally consume events based on their values.
8 13
9 * Add `StreamQueue.cancelable()`, which allows users to easily make a 14 * Add `StreamQueue.cancelable()`, which allows users to easily make a
10 `CancelableOperation` that can be canceled without affecting the queue. 15 `CancelableOperation` that can be canceled without affecting the queue.
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 - Added a `StreamSplitter` class for splitting a stream into multiple new 158 - Added a `StreamSplitter` class for splitting a stream into multiple new
154 streams. 159 streams.
155 160
156 ## 1.1.1 161 ## 1.1.1
157 162
158 - Updated SDK version constraint to at least 1.9.0. 163 - Updated SDK version constraint to at least 1.9.0.
159 164
160 ## 1.1.0 165 ## 1.1.0
161 166
162 - ChangeLog starts here. 167 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/async.dart » ('j') | lib/src/byte_collector.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698