Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Releases: RxSwiftCommunity/RxReduce

Argon

24 Apr 17:56
Compare
Choose a tag to compare
  • bump to Swift 5.0.1
  • bump to RxSwift 4.5.0

Lithium

20 Sep 01:11
Compare
Choose a tag to compare
  • bump RxSwift to version 4.3
  • bump Swift version to 4.2

Helium

16 Sep 01:22
Compare
Choose a tag to compare
  • improve thread safety of the State's mutation
  • add UT to test thread safety
  • adapt the README to the new Store's behavior

Hydrogen

10 Sep 00:40
Compare
Choose a tag to compare

This release introduces a full non interrupted Rx Stream from the Action to the new State.
Middlewares a also replaced by a State Observable.

Transfer ownership to RxSwiftCommunity

10 Jun 01:52
Compare
Choose a tag to compare
0.6

Transfer ownership to RxSwiftCommunity

New demo application + minor improvements in Action and Store

10 Jun 01:00
Compare
Choose a tag to compare

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

30 May 21:28
Compare
Choose a tag to compare

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

30 May 16:47
Compare
Choose a tag to compare

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

16 May 17:29
Compare
Choose a tag to compare

RxState has been renamed to RxReduce.
The README has been improved a lot.

Rename toStream() + Conforme Observable to Action

24 Apr 00:53
Compare
Choose a tag to compare
0.2.0

Rename toStream() + Conforme Observable to Action