| OLD | NEW |
| 1 ## 1.13.3 |
| 2 |
| 3 * Make `TypeSafeStream` extend `Stream` instead of implementing it. |
| 4 This ensures that new methods on `Stream` are automatically picked up, |
| 5 they will go through the `listen` method which type-checks every event. |
| 6 * Enable Travis integration. |
| 7 * Format with dartfmt. |
| 8 * Remove some unused imports. |
| 9 |
| 1 ## 1.13.2 | 10 ## 1.13.2 |
| 2 | 11 |
| 3 * Fix a type-warning. | 12 * Fix a type-warning. |
| 4 | 13 |
| 5 ## 1.13.1 | 14 ## 1.13.1 |
| 6 | 15 |
| 7 * Use `FutureOr` for various APIs that had previously used `dynamic`. | 16 * Use `FutureOr` for various APIs that had previously used `dynamic`. |
| 8 | 17 |
| 9 ## 1.13.0 | 18 ## 1.13.0 |
| 10 | 19 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 - Added a `StreamSplitter` class for splitting a stream into multiple new | 184 - Added a `StreamSplitter` class for splitting a stream into multiple new |
| 176 streams. | 185 streams. |
| 177 | 186 |
| 178 ## 1.1.1 | 187 ## 1.1.1 |
| 179 | 188 |
| 180 - Updated SDK version constraint to at least 1.9.0. | 189 - Updated SDK version constraint to at least 1.9.0. |
| 181 | 190 |
| 182 ## 1.1.0 | 191 ## 1.1.0 |
| 183 | 192 |
| 184 - ChangeLog starts here. | 193 - ChangeLog starts here. |
| OLD | NEW |