All Versions
18
Latest Version
Avg Release Cycle
49 days
Latest Release
1628 days ago
Changelog History
Page 1
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). - a way to push a step through all the Flows hierarchy from the FlowCoordinator. It can be useful for deep linking:
-
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)