| OLD | NEW |
| 1 ## 1.13.2 |
| 2 |
| 3 * Fix a type-warning. |
| 4 |
| 1 ## 1.13.1 | 5 ## 1.13.1 |
| 2 | 6 |
| 3 * Use `FutureOr` for various APIs that had previously used `dynamic`. | 7 * Use `FutureOr` for various APIs that had previously used `dynamic`. |
| 4 | 8 |
| 5 ## 1.13.0 | 9 ## 1.13.0 |
| 6 | 10 |
| 7 * Add `collectBytes` and `collectBytesCancelable` functions which collects | 11 * Add `collectBytes` and `collectBytesCancelable` functions which collects |
| 8 list-of-byte events into a single byte list. | 12 list-of-byte events into a single byte list. |
| 9 | 13 |
| 10 * Fix a bug where rejecting a `StreamQueueTransaction` would throw a | 14 * Fix a bug where rejecting a `StreamQueueTransaction` would throw a |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 - Added a `StreamSplitter` class for splitting a stream into multiple new | 175 - Added a `StreamSplitter` class for splitting a stream into multiple new |
| 172 streams. | 176 streams. |
| 173 | 177 |
| 174 ## 1.1.1 | 178 ## 1.1.1 |
| 175 | 179 |
| 176 - Updated SDK version constraint to at least 1.9.0. | 180 - Updated SDK version constraint to at least 1.9.0. |
| 177 | 181 |
| 178 ## 1.1.0 | 182 ## 1.1.0 |
| 179 | 183 |
| 180 - ChangeLog starts here. | 184 - ChangeLog starts here. |
| OLD | NEW |