File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.5 - Jul 27, 2022
2+
3+ - ** state_stream** :
4+ - ` StateSubject.stream ` now returns a ` StateStream ` .
5+ - Update docs for ` StateSubject ` and ` StateStream ` .
6+
17## 0.2.4 - Jul 24, 2022
28
39- Fix ` StateStream.select5..select9 ` : miss passing ` equals ` param.
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
2424| ` ^0.27.2 ` | ` 0.1.2 ` |
2525| ` ^0.27.3 ` | ` 0.1.3 → 0.2.0 ` |
2626| ` ^0.27.4 ` | ` 0.2.1 → 0.2.2 ` |
27- | ` ^0.27.5 ` | ` 0.2.3 → 0.2.4 ` |
27+ | ` ^0.27.5 ` | ` 0.2.3 → 0.2.5 ` |
2828
29- - For example: ` rxdart: ^0.27.4 ` → ` rxdart_ext: ^v ` , ` v ` in ` 0.2.1 → 0.2.2 ` and ` 0.2.3 → 0.2.4 `
29+ - For example: ` rxdart: ^0.27.4 ` → ` rxdart_ext: ^v ` , ` v ` in ` 0.2.1 → 0.2.2 ` and ` 0.2.3 → 0.2.5 `
3030 (all rows since ` ^0.27.4 ` row in the above table).
3131
3232- But in some cases there is any ** conflict** between ` rxdart ` version and ` rxdart_ext ` version,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ packages:
2828 path: ".."
2929 relative: true
3030 source: path
31- version: "0.2.4 "
31+ version: "0.2.5 "
3232 stack_trace:
3333 dependency: transitive
3434 description:
Original file line number Diff line number Diff line change 11name : rxdart_ext_example
22description : rxdart_ext_example
33publish_to : none
4- version : 0.2.2
4+ version : 0.2.5
55
66environment :
77 sdk : ' >=2.12.0 <3.0.0'
Original file line number Diff line number Diff line change 11name : rxdart_ext
22description : Some extension methods and classes built on top of RxDart - RxDart extension.
3- version : 0.2.4
3+ version : 0.2.5
44homepage : https://github.com/hoc081098/rxdart_ext.git
55repository : https://github.com/hoc081098/rxdart_ext.git
66issue_tracker : https://github.com/hoc081098/rxdart_ext/issues
You can’t perform that action at this time.
0 commit comments