Skip to content

Commit 00269c6

Browse files
committed
chore(publish): prepare for v0.2.8
1 parent 82f7a23 commit 00269c6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## 0.2.8 - TODO
1+
## 0.2.8 - Jan 26, 2023
22

33
- **single**:
44
- Fix `Single.unsafeFromStream` docs
55

66
- **state_stream**:
77
- Introduce `MutableStateStream<T>`.
8+
- `StateSubject<T>` now implements `MutableStateStream<T>`.
89
- Introduce extension methods on `MutableStateStream<T>`:
910
- `update()`.
1011
- `getAndUpdate()`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
2525
| `^0.27.2` | `0.1.2` |
2626
| `^0.27.3` | `0.1.3 → 0.2.0` |
2727
| `^0.27.4` | `0.2.1 → 0.2.2` |
28-
| `^0.27.5` | `0.2.3 → 0.2.7` |
28+
| `^0.27.5` | `0.2.3 → 0.2.8` |
2929

30-
- For example: when using `rxdart: ^0.27.4` → we can use `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.7`
30+
- For example: when using `rxdart: ^0.27.4` → we can use `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.8`
3131
(i.e. all rows since `^0.27.4` row in the above table).
3232

3333
- But in some cases there is any **conflict** between `rxdart` version and `rxdart_ext` version,

0 commit comments

Comments
 (0)