RxFlow v2.6.0 Release Notes

Release Date: 2019-11-15 // over 4 years ago
    • ๐Ÿ‘€ It is now possible to bypass the default behaviour of a FlowCoordinator and make it listen for steps emitted while the associated presentable is not currently visible (see FlowContributor.contribute(withNextPresentable: Presentable, withNextStepper: Stepper, allowStepWhenNotPresented: Bool = false)
    • ๐Ÿ‘‰ Makes framework use only extensions APIs for debug and archive