Skip to content

Releases: QuickBirdEng/XCoordinator

XCoordinator 2.2.1

28 Feb 16:17
Compare
Choose a tag to compare

Changelog:

  • Ensure async extensions are run on MainActor
  • Changing access of open methods in extensions to public since they cannot be overridden anyways (Xcode warning)
  • Rename private method Target.handle(_:) due to Apple validation issue by @VincentDucastel

XCoordinator 2.2.0

29 Mar 18:37
Compare
Choose a tag to compare

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

29 Mar 17:36
f8565a5
Compare
Choose a tag to compare

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

03 Feb 22:51
Compare
Choose a tag to compare

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

06 Dec 17:02
Compare
Choose a tag to compare

Changelog:

  • The viewController property of a BaseCoordinator or any subclass is now open enabling it to be overriden outside of the XCoordinator framework.

2.0.5: Merge pull request #134 from quickbirdstudios/bugfix/page-coordinator

22 Oct 10:43
0c16cc7
Compare
Choose a tag to compare

Changelog:

  • PageCoordinator now sets the dataSource of its rootViewController by itself, which was always intended, but not implemented.

2.0.4

15 Oct 21:16
Compare
Choose a tag to compare
Set CURRENT_PROJECT_VERSION to 1