Skip to content

Releases: mitchtreece/Director

1.2.0 - iOS 17 & Xcode 15

19 Sep 20:24
67a2c96
Compare
Choose a tag to compare
  • iOS 17 & Xcode 15 support

1.1.1 - Exported Imports

15 Apr 04:50
Compare
Choose a tag to compare
  • Added exported imports for: Foundation, UIKit, Swinject

1.1.0 - SPM Support 📦

15 Apr 00:39
4e7205c
Compare
Choose a tag to compare
  • Migrated from CocoaPods → SPM
  • Finally publishing all of the changes that were sitting in dev

UINavigationController Completion Fixes

22 Oct 02:09
Compare
Choose a tag to compare

Fixes issues with internal navigation completion.

DI Fixes

16 Sep 00:49
Compare
Choose a tag to compare
  • Migrated DI resolver to internal DIStorage class
  • Added missing documentation

iOS 13 Fixes + Top Coordinator

14 Sep 03:55
Compare
Choose a tag to compare
  • Fixed iOS 13 UIWindow initializer that prevented example project from being displayed
  • Added topCoordinator variable to SceneCoordinator

iOS 11 Support

14 Sep 03:48
Compare
Choose a tag to compare

Dropped the minimum deployment target to iOS 11. The example project still requires iOS 13 to compile, but the library can be integrated into iOS 11+ projects.

DI + Subspecs

07 Jul 00:14
Compare
Choose a tag to compare
  • Broke project into subspecs (Core & DI)
  • Added DI (Swinject) helpers

SceneCoordinator Access Level Bug-Fix

04 Jul 19:27
Compare
Choose a tag to compare

SceneDirector's sceneCoordinator property is now public.

Initial Release

04 Jul 18:45
Compare
Choose a tag to compare
1.0.0

Updated podspec description