Releases: GoodRequest/GoodCoordinator-iOS
Releases · GoodRequest/GoodCoordinator-iOS
3.3.0
3.2.1
3.2.0
What's Changed
- feat: Remove GoodLogger by @matusklasovity in #7
Full Changelog: 3.0.4...3.1.0
What's Changed
Full Changelog: 3.1.0...3.2.0
Migration guide:
- Replace destinations with destination (previous name is still available, but deprecated)
- Remove if case let checks on destinations with associated values and use closure parameters instead
- Use item variants of navigation with parameters
3.1.0
3.0.4
What's Changed
- feat: Update logger implementation by @matusklasovity in #6
New Contributors
- @matusklasovity made their first contribution in #6
Full Changelog: 3.0.3...3.0.4
3.0.3
3.0.2
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
Full Changelog: 3.0.0...3.0.1
3.0.0
v0.2.0
Routing to @Root steps (context switching) now works properly
Update notes:
BottomCoordinatoris nowRootCoordinatororSimpleCoordinator(equivalent typealiases, for better usage depending on context)- Context switching coordinator needs to be marked as a
@StateObject(top-most parent coordinator in hierarchy)