All Versions
18
Latest Version
Avg Release Cycle
49 days
Latest Release
1292 days ago

Changelog History
Page 1

  • v2.11.0 Changes

    October 05, 2020

    ๐Ÿš€ This Release:

    • ๐Ÿ›  fixes an issue with SPM
    • ๐Ÿ‘€ introduce the possibility to listen for steps event if a VC is dismissed (used for UIPageViewController, see the demo app)
  • v2.10.0 Changes

    September 28, 2020

    ๐Ÿš€ This Release mostly focuses on the upgrade to Xcode12/Swift 5.3

  • v2.9.1 Changes

    September 10, 2020

    ๐Ÿš€ This release:

    • โšก๏ธ updates the Jazzy doc
    • ๐Ÿ›  fixes broken links in the Readme
    • ๐Ÿ›  fixes the behaviour of CompositeStepper (readyToEmitSteps() was not called for inner steppers) (#154)
  • v2.9.0 Changes

    May 23, 2020

    ๐Ÿš€ 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).

  • v2.8.0 Changes

    April 30, 2020

    ๐Ÿš€ This release:

    • โฌ†๏ธ bumps RxSwift to version 5.1.1
    • โฌ†๏ธ bumps to Swift 5.2.2
  • v2.7.0 Changes

    January 09, 2020

    ๐Ÿš€ This release brings:

    • ๐Ÿ‘• SwifLint rules improvements
    • An "adapt" feature in Flows
    • Imports sanitization
    • ๐Ÿ“š Documentation updates
    • โœ… Unit tests for Flows
    • Single.zip instead of Observable.zip
  • v2.6.0 Changes

    November 15, 2019
    • ๐Ÿ‘€ 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
  • v2.5.0 Changes

    October 06, 2019
    • FlowContributor.contribute(withNext:): shortcut function in case we have a single actor that is a Presentable and also a Stepper
    • โž• add SPM support (thanks to @MortyMerr)
    • switch to GitHub Actions for the CI
    • โž• add a tech talk reference in the README file
    • โฌ†๏ธ bump to Swift 5.1
  • v2.4.0 Changes

    August 04, 2019

    ๐Ÿš€ This release contains the following improvements:

    • CI is now performed by CircleCI
    • FlowContributors.multiple has been extended to handle all kinds of FlowContributor (#121) thanks to @MortyMerr.
  • v2.3.0 Changes

    May 08, 2019
    • โฌ†๏ธ bump to RxSwift 5.0.1 (thanks to @rynecheow)