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

Side by Side Diff: CHANGELOG.md

Issue 2649033006: Add `peek` and `lookAhead` to `StreamQueue`. (Closed)
Patch Set: Address comments. 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/src/stream_queue.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
2
3 * Add `StreamQueue.peek` and `StreamQueue.lookAheead`.
4 These allow users to look at events without consuming them.
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/src/stream_queue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698