RxFlow v2.9.0 Release Notes

Release Date: 2020-05-23 // almost 4 years ago
  • ๐Ÿš€ This release brings:

    • a way to push a step through all the Flows hierarchy from the FlowCoordinator. It can be useful for deep linking: flowCoordinator.navigate(to:)
    • a new syntax for navigating with multiple flows:

    ๐Ÿ‘€ Flows.whenReady() is deprecated. You should instead use: Flows.use(when:) (see the example in the Readme.md and the demo application).