Releases: nikans/MonarchRouter
Releases · nikans/MonarchRouter
Release 1.1.2
Release 1.1.1
Cocoapods 1.1.1 release
1.1 Production-ready
Merge pull request #11 from nikans/documentation custom and built-in presenters documentation update
[BREAKING] Release 1.0.2-alpha
Added non-autoclosure lazy initializer for Presenters. Changed syntax for an autoclosure-enabled one to make things clearer.
[BREAKING] Release 1.0.1-alpha
Making all presenters optionally behave as RouteParametrizedPresentable
. Removing unnecessary initializers.
[BREAKING] Release 1.0-alpha
Testing standardized presenters and url-routing functionality.
This release may be unstable and poorly-documented.
Better implementation for Fork Router switching
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
More control for Fork type Routers
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.