OLD | NEW |
| 1 ## 1.3.0 |
| 2 |
| 3 - Add an `AsyncThunk` class for running an asynchronous block of code exactly |
| 4 once. |
| 5 |
1 ## 1.2.0 | 6 ## 1.2.0 |
2 | 7 |
3 - Added a `FutureGroup` class for waiting for a group of futures, potentially of | 8 - Added a `FutureGroup` class for waiting for a group of futures, potentially of |
4 unknown size, to complete. | 9 unknown size, to complete. |
5 | 10 |
6 - Added a `StreamGroup` class for merging the events of a group of streams, | 11 - Added a `StreamGroup` class for merging the events of a group of streams, |
7 potentially of unknown size. | 12 potentially of unknown size. |
8 | 13 |
9 ## 1.1.1 | 14 ## 1.1.1 |
10 | 15 |
11 - Updated SDK version constraint to at least 1.9.0. | 16 - Updated SDK version constraint to at least 1.9.0. |
12 | 17 |
13 ## 1.1.0 | 18 ## 1.1.0 |
14 | 19 |
15 - ChangeLog starts here. | 20 - ChangeLog starts here. |
OLD | NEW |