diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3b79a..9c6af8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -## 0.2.8 - TODO +## 0.2.8 - Jan 26, 2023 - **single**: - Fix `Single.unsafeFromStream` docs - **state_stream**: - Introduce `MutableStateStream`. + - `StateSubject` now implements `MutableStateStream`. - Introduce extension methods on `MutableStateStream`: - `update()`. - `getAndUpdate()`. diff --git a/README.md b/README.md index 9004385..bcb56c1 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Liked some of my work? Buy me a coffee (or more likely a beer) | `^0.27.2` | `0.1.2` | | `^0.27.3` | `0.1.3 → 0.2.0` | | `^0.27.4` | `0.2.1 → 0.2.2` | -| `^0.27.5` | `0.2.3 → 0.2.7` | +| `^0.27.5` | `0.2.3 → 0.2.8` | -- For example: when using `rxdart: ^0.27.4` → we can use `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.7` +- For example: when using `rxdart: ^0.27.4` → we can use `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.8` (i.e. all rows since `^0.27.4` row in the above table). - But in some cases there is any **conflict** between `rxdart` version and `rxdart_ext` version,