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

Side by Side Diff: CHANGELOG.md

Issue 2661603002: Add collectBytesCancelable function. (Closed)
Patch Set: Created 3 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/src/byte_collector.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 1 ## 1.13.0
2 2
3 * Add a `collectBytes` function which collects list-of-byte events into 3 * Add `collectBytes` and `collectBytesCancelable` functions which collects
4 a single byte list. 4 list-of-byte events into a single byte list.
5 5
6 ## 1.12.0 6 ## 1.12.0
7 7
8 * 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
9 time. 9 time.
10 10
11 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`. 11 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`.
12 These allow users to conditionally consume events based on their values. 12 These allow users to conditionally consume events based on their values.
13 13
14 * Add `StreamQueue.cancelable()`, which allows users to easily make a 14 * Add `StreamQueue.cancelable()`, which allows users to easily make a
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 - Added a `StreamSplitter` class for splitting a stream into multiple new 158 - Added a `StreamSplitter` class for splitting a stream into multiple new
159 streams. 159 streams.
160 160
161 ## 1.1.1 161 ## 1.1.1
162 162
163 - Updated SDK version constraint to at least 1.9.0. 163 - Updated SDK version constraint to at least 1.9.0.
164 164
165 ## 1.1.0 165 ## 1.1.0
166 166
167 - ChangeLog starts here. 167 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/byte_collector.dart » ('j') | lib/src/byte_collector.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698