Skip to content

Releases: nikans/MonarchRouter

Release 1.1.2

Choose a tag to compare

@nikans nikans released this 28 Oct 04:51

Release 1.1.1

Choose a tag to compare

@nikans nikans released this 28 Oct 04:46
Cocoapods 1.1.1 release

1.1 Production-ready

Choose a tag to compare

@nikans nikans released this 28 Oct 04:25
28e50c7
Merge pull request #11 from nikans/documentation

custom and built-in presenters documentation update

[BREAKING] Release 1.0.2-alpha

Pre-release

Choose a tag to compare

@nikans nikans released this 21 Jan 15:10

Added non-autoclosure lazy initializer for Presenters. Changed syntax for an autoclosure-enabled one to make things clearer.

[BREAKING] Release 1.0.1-alpha

Pre-release

Choose a tag to compare

@nikans nikans released this 21 Jan 14:58

Making all presenters optionally behave as RouteParametrizedPresentable. Removing unnecessary initializers.

[BREAKING] Release 1.0-alpha

Pre-release

Choose a tag to compare

@nikans nikans released this 20 Jan 12:17

Testing standardized presenters and url-routing functionality.
This release may be unstable and poorly-documented.

Better implementation for Fork Router switching

Choose a tag to compare

@nikans nikans released this 05 Feb 15:19

Use .junctionsOnly option when dispatching a route for your Fork Router presentable (i.e. UITabBarController) action to make sure that already loaded stack remains.

0.9.4

Choose a tag to compare

@nikans nikans released this 01 Feb 16:32
upping pod version

More control for Fork type Routers

Choose a tag to compare

@nikans nikans released this 01 Feb 16:21

Added ability to keep presented VCs when dispatching routes on Fork RoutingUnit type Presenters (i.e. UITabBarController). Additional actions required when opting-in this feature, see dispatchRoute(:) method's documentation.