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

Side by Side Diff: CHANGELOG.md

Issue 2660333005: Change generic comment syntax to real generic syntax. (Closed)
Patch Set: Revert formatting changes. 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 a `collectBytes` function which collects list-of-byte events into
4 a single byte list. 4 a single byte list.
5 * Switched to using generic method syntax.
nweiz 2017/02/07 22:28:37 I released 1.13.0 yesterday, so you'll need to mak
Lasse Reichstein Nielsen 2017/02/15 06:53:01 Done.
5 6
6 ## 1.12.0 7 ## 1.12.0
7 8
8 * Add an `AsyncCache` class that caches asynchronous operations for a period of 9 * Add an `AsyncCache` class that caches asynchronous operations for a period of
9 time. 10 time.
10 11
11 * Add `StreamQueue.peek` and `StreamQueue.lookAheead`. 12 * Add `StreamQueue.peek` and `StreamQueue.lookAheead`.
12 These allow users to look at events without consuming them. 13 These allow users to look at events without consuming them.
13 14
14 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`. 15 * 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 162 - Added a `StreamSplitter` class for splitting a stream into multiple new
162 streams. 163 streams.
163 164
164 ## 1.1.1 165 ## 1.1.1
165 166
166 - Updated SDK version constraint to at least 1.9.0. 167 - Updated SDK version constraint to at least 1.9.0.
167 168
168 ## 1.1.0 169 ## 1.1.0
169 170
170 - ChangeLog starts here. 171 - 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