| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |