| 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 ## 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.startTransaction()` and `StreamQueue.withTransaction()`. | 11 * Add `StreamQueue.startTransaction()` and `StreamQueue.withTransaction()`. |
| 12 These allow users to conditionally consume events based on their values. | 12 These allow users to conditionally consume events based on their values. |
| 13 | 13 |
| 14 * Add `StreamQueue.cancelable()`, which allows users to easily make a | 14 * Add `StreamQueue.cancelable()`, which allows users to easily make a |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 - Added a `StreamSplitter` class for splitting a stream into multiple new | 158 - Added a `StreamSplitter` class for splitting a stream into multiple new |
| 159 streams. | 159 streams. |
| 160 | 160 |
| 161 ## 1.1.1 | 161 ## 1.1.1 |
| 162 | 162 |
| 163 - Updated SDK version constraint to at least 1.9.0. | 163 - Updated SDK version constraint to at least 1.9.0. |
| 164 | 164 |
| 165 ## 1.1.0 | 165 ## 1.1.0 |
| 166 | 166 |
| 167 - ChangeLog starts here. | 167 - ChangeLog starts here. |
| OLD | NEW |