Releases: clmntcrl/swidux-router
Releases · clmntcrl/swidux-router
0.2.0
- Use Swidux 1.0.0 and its new middleware architecture
- Support package managers:
- Carthage
- CocoaPods
- SwiftPM
0.1.5
Fix issue where nothing happen when presented route dispatch reset, backToRoot or backTo action
0.1.4
- Remove
RouteAction
associated property name.
- Rename
RootDescriptor
presenting
property presented
to be sync with UIKit
naming (see UIViewControllerTransitioningDelegate
)
0.1.3
Add support for present(route:)
action.
Breaking change: Initial route is now defined in RootDescriptor
which contains route stack (see README and Playground for more details)
0.1.2
Define initial route in Swidux store initial state.