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

Side by Side Diff: CHANGELOG.md

Issue 2661603002: Add collectBytesCancelable function. (Closed)
Patch Set: Address comments. 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') | pubspec.yaml » ('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.peek` and `StreamQueue.lookAheead`. 11 * Add `StreamQueue.peek` and `StreamQueue.lookAheead`.
12 These allow users to look at events without consuming them. 12 These allow users to look at events without consuming them.
13 13
14 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`. 14 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 - Added a `StreamSplitter` class for splitting a stream into multiple new 161 - Added a `StreamSplitter` class for splitting a stream into multiple new
162 streams. 162 streams.
163 163
164 ## 1.1.1 164 ## 1.1.1
165 165
166 - Updated SDK version constraint to at least 1.9.0. 166 - Updated SDK version constraint to at least 1.9.0.
167 167
168 ## 1.1.0 168 ## 1.1.0
169 169
170 - ChangeLog starts here. 170 - ChangeLog starts here.
OLDNEW
« no previous file with comments | « no previous file | lib/src/byte_collector.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698