Skip to content

Releases: ekazaev/route-composer

1.4.0 Released

03 Apr 13:17
261da44
Compare
Choose a tag to compare

Xcode 10.2 support and workaround for the compiler bug

1.3.4 Released

23 Mar 18:07
Compare
Choose a tag to compare

Removed "directory not found for option" warning.

1.3.3 Released

20 Mar 13:06
Compare
Choose a tag to compare

Some useful extras added

1.3.0 Released

13 Mar 00:01
Compare
Choose a tag to compare

Some internal changes.
SingleNavigationRouter proxy added for the Router

1.2.2 Released

01 Mar 19:03
Compare
Choose a tag to compare

NavigationDelayInterceptor added.

NavigationDelayInterceptor delays the router from starting the navigation, while any view controllers in the stack are being presented or dismissed.

In case your app has some other navigation instruments rather than RouteComposer or you have a situation when a few routers work simultaneously, add it to your router to avoid the router not being able to navigate to the destination because a view controller in the stack is being presented or dismissed.

1.2.1 Released

28 Feb 12:06
Compare
Choose a tag to compare

Fixed an issue with an attempt to dismiss the view controller that is being dismissed by the system.

1.2.0 Released

27 Feb 17:49
Compare
Choose a tag to compare

Simplified assemblies. Added unwrapping to SingleStep and SingleContainerStep.

NB: May be not compatible with the previous versions. Fix the combination of .from(SingleStep(finder: SomeFinder(), factory: NilFactory)) with .from(GeneralStep.custom(with: SomeFinder()))

1.1.3 Released

17 Feb 21:13
Compare
Choose a tag to compare

Added an ability to replace the root view controller with a transition animation.

1.0.2 Released

04 Feb 20:59
Compare
Choose a tag to compare

Removed unnecessary typealiases. Updated documentation.

Swift 4.2 in XCode Beta 10.2 support

29 Jan 20:15
3a71414
Compare
Choose a tag to compare

Swift 4.2 in XCode Beta 10.2 behaves differently and there is another workaround for https://bugs.swift.org/browse/SR-8702 issue.