[go: up one dir, main page]

Skip to content

Releases: nikans/MonarchRouter

Release 1.1.2

28 Oct 04:51
Compare
Choose a tag to compare

Release 1.1.1

28 Oct 04:46
Compare
Choose a tag to compare
Cocoapods 1.1.1 release

1.1 Production-ready

28 Oct 04:25
28e50c7
Compare
Choose a tag to compare
Merge pull request #11 from nikans/documentation

custom and built-in presenters documentation update

[BREAKING] Release 1.0.2-alpha

21 Jan 15:10
Compare
Choose a tag to compare
Pre-release

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

[BREAKING] Release 1.0.1-alpha

21 Jan 14:58
Compare
Choose a tag to compare
Pre-release

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

[BREAKING] Release 1.0-alpha

20 Jan 12:17
Compare
Choose a tag to compare
Pre-release

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

Better implementation for Fork Router switching

05 Feb 15:19
Compare
Choose a tag to compare

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

01 Feb 16:32
Compare
Choose a tag to compare
upping pod version

More control for Fork type Routers

01 Feb 16:21
Compare
Choose a tag to compare

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.