| OLD | NEW |
| 1 ## 1.4.0 |
| 2 |
| 3 - Added `AsyncMemoizer.future`, which allows the result to be accessed before |
| 4 `runOnce()` is called. |
| 5 |
| 1 ## 1.3.0 | 6 ## 1.3.0 |
| 2 | 7 |
| 3 - Added `StreamCompleter` class for creating a stream now and providing its | 8 - Added `StreamCompleter` class for creating a stream now and providing its |
| 4 events later as another stream. | 9 events later as another stream. |
| 5 | 10 |
| 6 - Added `StreamQueue` class which allows requesting events from a stream | 11 - Added `StreamQueue` class which allows requesting events from a stream |
| 7 before they are avilable. It is like a `StreamIterator` that can queue | 12 before they are avilable. It is like a `StreamIterator` that can queue |
| 8 requests. | 13 requests. |
| 9 | 14 |
| 10 - Added `SubscriptionStream` which creates a single-subscription stream | 15 - Added `SubscriptionStream` which creates a single-subscription stream |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 - Added a `StreamGroup` class for merging the events of a group of streams, | 39 - Added a `StreamGroup` class for merging the events of a group of streams, |
| 35 potentially of unknown size. | 40 potentially of unknown size. |
| 36 | 41 |
| 37 ## 1.1.1 | 42 ## 1.1.1 |
| 38 | 43 |
| 39 - Updated SDK version constraint to at least 1.9.0. | 44 - Updated SDK version constraint to at least 1.9.0. |
| 40 | 45 |
| 41 ## 1.1.0 | 46 ## 1.1.0 |
| 42 | 47 |
| 43 - ChangeLog starts here. | 48 - ChangeLog starts here. |
| OLD | NEW |