| 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 `RestartableTimer`, a non-periodic timer that can be reset over and |
| 7 over. |
| 8 |
| 6 ## 1.3.0 | 9 ## 1.3.0 |
| 7 | 10 |
| 8 - Added `StreamCompleter` class for creating a stream now and providing its | 11 - Added `StreamCompleter` class for creating a stream now and providing its |
| 9 events later as another stream. | 12 events later as another stream. |
| 10 | 13 |
| 11 - Added `StreamQueue` class which allows requesting events from a stream | 14 - Added `StreamQueue` class which allows requesting events from a stream |
| 12 before they are avilable. It is like a `StreamIterator` that can queue | 15 before they are avilable. It is like a `StreamIterator` that can queue |
| 13 requests. | 16 requests. |
| 14 | 17 |
| 15 - Added `SubscriptionStream` which creates a single-subscription stream | 18 - 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, | 42 - Added a `StreamGroup` class for merging the events of a group of streams, |
| 40 potentially of unknown size. | 43 potentially of unknown size. |
| 41 | 44 |
| 42 ## 1.1.1 | 45 ## 1.1.1 |
| 43 | 46 |
| 44 - Updated SDK version constraint to at least 1.9.0. | 47 - Updated SDK version constraint to at least 1.9.0. |
| 45 | 48 |
| 46 ## 1.1.0 | 49 ## 1.1.0 |
| 47 | 50 |
| 48 - ChangeLog starts here. | 51 - ChangeLog starts here. |
| OLD | NEW |