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

Side by Side Diff: CHANGELOG.md

Issue 2661603002: Add collectBytesCancelable function. (Closed)
Patch Set: merge to head 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') | no next file with comments »
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 * Fix a bug where rejecting a `StreamQueueTransaction` would throw a 6 * Fix a bug where rejecting a `StreamQueueTransaction` would throw a
7 `StateError` if `StreamQueue.rest` had been called on one of its child queues. 7 `StateError` if `StreamQueue.rest` had been called on one of its child queues.
8 8
9 ## 1.12.0 9 ## 1.12.0
10 10
11 * Add an `AsyncCache` class that caches asynchronous operations for a period of 11 * Add an `AsyncCache` class that caches asynchronous operations for a period of
12 time. 12 time.
13 13
14 * Add `StreamQueue.peek` and `StreamQueue.lookAheead`. 14 * Add `StreamQueue.peek` and `StreamQueue.lookAheead`.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 - Added a `StreamSplitter` class for splitting a stream into multiple new 164 - Added a `StreamSplitter` class for splitting a stream into multiple new
165 streams. 165 streams.
166 166
167 ## 1.1.1 167 ## 1.1.1
168 168
169 - Updated SDK version constraint to at least 1.9.0. 169 - Updated SDK version constraint to at least 1.9.0.
170 170
171 ## 1.1.0 171 ## 1.1.0
172 172
173 - ChangeLog starts here. 173 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/byte_collector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698