This repository has been archived by the owner on May 13, 2020. It is now read-only.
Releases: RxSwiftCommunity/RxReduce
Releases · RxSwiftCommunity/RxReduce
Argon
Lithium
Helium
Hydrogen
Transfer ownership to RxSwiftCommunity
0.6 Transfer ownership to RxSwiftCommunity
New demo application + minor improvements in Action and Store
This release brings:
- a demo app that includes common behavior such as async networking, list and detail screens
- some minor changes in Action and Store definition
Remove mandatory conformance to Equatable
It is no longer mandatory to conform the state to Equatable, but if you do so, you will take advantage of the "distinctUntilChanged()" feature.
Listen for sub states
This release brings to possibility to listen for a distinct sub state of the main state. It prevents UI to be updated event if the sub state that is displayed is not modified.
Rename to RxReduce
RxState has been renamed to RxReduce.
The README has been improved a lot.
Rename toStream() + Conforme Observable to Action
0.2.0 Rename toStream() + Conforme Observable to Action