| OLD | NEW |
| 1 ## 1.4.0 | 1 ## 1.6.0 |
| 2 | 2 |
| 3 - Added `StreamSinkTransformer` which transforms events before they're passed to |
| 4 a `StreamSink`, similarly to how `StreamTransformer` transforms events after |
| 5 they're emitted by a stream. |
| 6 |
| 7 ## 1.5.0 |
| 8 |
| 3 - Added `LazyStream`, which forwards to the return value of a callback that's | 9 - Added `LazyStream`, which forwards to the return value of a callback that's |
| 4 only called when the stream is listened to. | 10 only called when the stream is listened to. |
| 5 | 11 |
| 6 ## 1.4.0 | 12 ## 1.4.0 |
| 7 | 13 |
| 8 - Added `AsyncMemoizer.future`, which allows the result to be accessed before | 14 - Added `AsyncMemoizer.future`, which allows the result to be accessed before |
| 9 `runOnce()` is called. | 15 `runOnce()` is called. |
| 10 | 16 |
| 11 - Added `CancelableOperation`, an asynchronous operation that can be canceled. | 17 - Added `CancelableOperation`, an asynchronous operation that can be canceled. |
| 12 It can be created using a `CancelableCompleter`. | 18 It can be created using a `CancelableCompleter`. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 - Added a `StreamGroup` class for merging the events of a group of streams, | 56 - Added a `StreamGroup` class for merging the events of a group of streams, |
| 51 potentially of unknown size. | 57 potentially of unknown size. |
| 52 | 58 |
| 53 ## 1.1.1 | 59 ## 1.1.1 |
| 54 | 60 |
| 55 - Updated SDK version constraint to at least 1.9.0. | 61 - Updated SDK version constraint to at least 1.9.0. |
| 56 | 62 |
| 57 ## 1.1.0 | 63 ## 1.1.0 |
| 58 | 64 |
| 59 - ChangeLog starts here. | 65 - ChangeLog starts here. |
| OLD | NEW |