MonarchRouter Versions Save

Declarative URL- and state-based router written in Swift.

1.1.2

3 years ago

1.1.1

3 years ago

1.1

3 years ago

1.0.2

4 years ago

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

1.0.1

4 years ago

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

1.0

4 years ago

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

0.9.5

5 years ago

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

5 years ago

0.9.3

5 years ago

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.