Releases: QuickBirdEng/XCoordinator
Releases · QuickBirdEng/XCoordinator
XCoordinator 2.2.1
Changelog:
- Ensure async extensions are run on MainActor
- Changing access of
open
methods in extensions topublic
since they cannot be overridden anyways (Xcode warning) - Rename private method
Target.handle(_:)
due to Apple validation issue by @VincentDucastel
XCoordinator 2.2.0
Changelog:
- Removed warnings that would be shown when installing using Cocoapods
- tvOS Support (untested, please let me know, if there are any issues)
- async / await support for iOS 13+ when compiling with Xcode 13.2+
XCoordinator 2.1.0
Changelog:
- RxSwift dependency updated to 6.1
- Readme fixes
- We removed the assertion that an interactivePopGestureRecognizer must not be used in conjunction with XCoordinator.
XCoordinator 2.0.7
Changelog:
- NavigationAnimationDelegate now allows NavigationCoordinator to check for removable children whenever the navigation controller's view controllers change. This results in earlier released children of NavigationCoordinators, especially when interactive pop gestures are used.
2.0.6
Changelog:
- The
viewController
property of aBaseCoordinator
or any subclass is nowopen
enabling it to be overriden outside of the XCoordinator framework.
2.0.5: Merge pull request #134 from quickbirdstudios/bugfix/page-coordinator
Changelog:
PageCoordinator
now sets thedataSource
of itsrootViewController
by itself, which was always intended, but not implemented.
2.0.4
Set CURRENT_PROJECT_VERSION to 1