Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 1.13.0 | |
| 2 | |
| 3 * Add `byteCollector` stream transformer and `collectBytes` function. | |
|
nweiz
2017/01/25 23:00:40
"Add a", "and a"
Lasse Reichstein Nielsen
2017/01/26 09:43:05
Done.
| |
| 4 These collects list-of-byte events into a single byte list. | |
|
nweiz
2017/01/25 23:00:40
"collects" -> "collect"
Lasse Reichstein Nielsen
2017/01/26 09:43:05
Acknowledged.
| |
| 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 Loading... | |
| 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. |
| OLD | NEW |