Releases: ekazaev/route-composer
2.0.2 Released
Fixed the issue when the PostRoutingTask
can not be performed if its context is a protocol.
2.0.1 Released
Added Destination
struct to Extras
Minor internal changes
2.0.0 Released
ContainerViewController
s logic was moved to ContainerAdapter
s so that the hosting application can override it for default container UIViewController
s
Unnecessary result types were replaced with RoutingResult
Task method names were unified
1.5.4 Released
Added manual typealiases to each factory to avoid problems with the Swift 5 compiler.
1.5.3 Released
Fixed the issue when the modal view controller could considered as top one in UINavigationController
1.5.2 Released
Improved error logging
Fixed an issue when compiler could wrap a context in to double optional in the complicated configurations.
1.5.1
1.4.2 Released
Added a custom
starting point to DefaultStackIterator
for swift 4.2
1.5.0 Released
Swift 5
1.4.1.Released
Added an ability to apply ContextTask
s to CompleteFactory
's children.