Skip to content

Releases: RxSwiftCommunity/RxFlow

Improve Rx safety with BehaviorRelay

05 Jan 01:52
Compare
Choose a tag to compare

Replace BehaviorSubject by BehaviorRelay. A BehaviorRelay cannot emit an error (it makes no sens to emit an error when emitting a new navigation state)

Add iOS 9.0 compatibility

04 Jan 00:30
Compare
Choose a tag to compare

This release sets the deployment target to iOS 9.0

Fix DemoStep filename

31 Dec 22:04
Compare
Choose a tag to compare

This release renames DemoWeft.swift in DemoStep.swift

First release since transfer from twittemb/Weavy

31 Dec 19:58
Compare
Choose a tag to compare

Fully functional Reactive Flow Coordinator.