Skip to content

Releases: reloni/RxDataFlow

Swift 4

16 Oct 18:41
Compare
Choose a tag to compare

Swift 4.
RxSwift 4.0.0-rc.0

View build details and download artifacts on buddybuild:
RxDataFlow (iOS, RxDataFlow-iOS)

Reducer refactoring

06 Jul 04:29
Compare
Choose a tag to compare

RxReducerType protocol was replaced with function

View build details and download artifacts on buddybuild:
RxDataFlow (iOS, RxDataFlow-iOS)

Changes in RxCompositeAction and refactoring

18 May 04:44
Compare
Choose a tag to compare

Now RxCompositeAction can be non-serial, in this case all actions will be executed in concurrent scheduler.
Also add fallback action for RxCompositeAction, this action will be executed if error occurred while dispatching child actions of CompositeAction.

See build details and artifacts at buddybuild:
https://dashboard.buddybuild.com/apps/590f4c5b96bf0400018ddbed/build/591d26c27b2f20000172175f

Concurrent Actions

08 May 15:28
Compare
Choose a tag to compare
Concurrent Actions Pre-release
Pre-release

Add ability to execute concurrent Actions (Actions that will be executed in another ConcurrentScheduler (by default), FlowController will not wait that actions to finish and will immediately execute next action).
Minor bug fixes.

See build details and artifacts at buddybuild:
https://dashboard.buddybuild.com/apps/590f4c5b96bf0400018ddbed/build/59108e9ecec6ac0001e6c879

Bug fixes

12 Mar 11:49
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

In currentState.setBy now appearing actually executed action (previously there will be CompositeAction if it was used).

Fix

02 Mar 04:05
Compare
Choose a tag to compare
Fix Pre-release
Pre-release

Add CompositeAction public initializer

Composite actions

01 Mar 10:54
Compare
Choose a tag to compare
Composite actions Pre-release
Pre-release

Added new CompositeAction. It groups actions, is error occurred FlowController will not execute next actions in the group.

Fix Reducer.handle function

24 Feb 09:46
Compare
Choose a tag to compare
Pre-release

Execute handle function in correct scheduler (specified in action)

Renaming

24 Feb 08:32
Compare
Choose a tag to compare
Renaming Pre-release
Pre-release

Project renamed to RxDataFlow.
RxState object renamed to RxDataFlowController.
ActionWork removed.

0.4.1

01 Jan 15:03
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
Add RxActionWork convenience init