Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@erikdrobne erikdrobne released this 11 Oct 09:01
· 71 commits to main since this release
456ec43

New features

RootCoordinator

#23 Added RootCoordinator class which serves as the top-level coordinator in the application's coordinator hierarchy. It initializes the main window and navigation controller, manages child coordinators, and registers transitions.

WeakCoordinator & WeakTransition

#23 Use weak reference objects when storing child coordinators and transitions into a collection to avoid runtime errors such as dangling pointers.

Changes

  • Improved Example project (AppCoordinator, DependencyContainer, CoordinatorFactory,...)
  • Updated docs
  • Updated unit tests

Full changelog: 2.1.1...2.2.0