Skip to content

Releases: GoodRequest/GoodCoordinator-iOS

3.0.3

15 Nov 10:17
Compare
Choose a tag to compare

popTo

  • Added the ability to pop to a specific reactor

Full Changelog: 3.0.2...3.0.3

3.0.2

10 Nov 09:53
Compare
Choose a tag to compare

NavigationRoot visibility changed from public to internal

This allows multiple navigation roots declarations in project (one per module), also prevents accidentally manipulating wrong navigation root from a different module.

Full Changelog: 3.0.1...3.0.2

3.0.1

02 Oct 05:54
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

01 Oct 09:36
33630de
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @plajdo made their first contribution in #1

Full Changelog: 0.2.2...3.0.0

v0.2.0

22 Aug 14:23
Compare
Choose a tag to compare

Routing to @Root steps (context switching) now works properly

Update notes:

  • BottomCoordinator is now RootCoordinator or SimpleCoordinator (equivalent typealiases, for better usage depending on context)
  • Context switching coordinator needs to be marked as a @StateObject (top-most parent coordinator in hierarchy)

v0.1.0

08 Aug 14:22
660aa0f
Compare
Choose a tag to compare

GoodCoordinator v0.1.0

image