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