Skip to content

Releases: ekazaev/route-composer

2.0.2 Released

30 Jul 19:23
Compare
Choose a tag to compare

Fixed the issue when the PostRoutingTask can not be performed if its context is a protocol.

2.0.1 Released

22 Jul 16:29
Compare
Choose a tag to compare

Added Destination struct to Extras
Minor internal changes

2.0.0 Released

02 Jul 21:26
Compare
Choose a tag to compare

ContainerViewControllers logic was moved to ContainerAdapters so that the hosting application can override it for default container UIViewControllers
Unnecessary result types were replaced with RoutingResult
Task method names were unified

1.5.4 Released

22 Apr 22:20
Compare
Choose a tag to compare

Added manual typealiases to each factory to avoid problems with the Swift 5 compiler.

1.5.3 Released

18 Apr 00:20
Compare
Choose a tag to compare

Fixed the issue when the modal view controller could considered as top one in UINavigationController

1.5.2 Released

17 Apr 23:05
Compare
Choose a tag to compare

Improved error logging

Fixed an issue when compiler could wrap a context in to double optional in the complicated configurations.

1.5.1

07 Apr 10:56
Compare
Choose a tag to compare

Added a custom starting point to DefaultStackIterator

1.4.2 Released

07 Apr 10:47
Compare
Choose a tag to compare

Added a custom starting point to DefaultStackIterator for swift 4.2

1.5.0 Released

05 Apr 00:50
1f7cabb
Compare
Choose a tag to compare

Swift 5

1.4.1.Released

04 Apr 22:19
Compare
Choose a tag to compare

Added an ability to apply ContextTasks to CompleteFactory's children.