File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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() ` .
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments