Skip to content

Releases: sinarionn/AppRouter

5.1.0

11 Oct 09:37
Compare
Choose a tag to compare

XCode 10 and swift 4.2 fixes.

5.0.0

27 Jul 13:10
Compare
Choose a tag to compare

New 'AppRouter/Route' subspec.
'AppRouter/RxSwift' methods uses Signal's instead of Observables.
Presenter methods (push, present, setAsRoot) becomes throwable instead of returning optionals.
New presenter configurable action called 'show'.
Presenter supports multiple configurations (by providing different labels alongside configuration block)

4.1.2

29 Dec 10:12
Compare
Choose a tag to compare

Version bump to fix podspec.

4.1.1

29 Dec 10:13
Compare
Choose a tag to compare

Podspec reorganization.
Travis CI fix.

4.1.0

30 Nov 08:01
Compare
Choose a tag to compare

Swift 4 migration.
MacOS support for RxSwift subspec
RxSwift subspec does not include Core automatically to allow usage in Cocoa applications.

4.0.2

21 Sep 11:52
Compare
Choose a tag to compare

Swift 3.2 migration.

4.0.1

08 Aug 12:06
Compare
Choose a tag to compare

Presenter namespace-enum changed into open class to prevent weird bug with overrides.

4.0.0

03 Aug 12:41
Compare
Choose a tag to compare

AppRouter and Presenter rework to improve flexibility.

3.0.3

17 Mar 14:59
Compare
Choose a tag to compare

Fixed bug with UIViewController instantiation inside UINavigationController

3.0.2

08 Feb 14:06
Compare
Choose a tag to compare

Small dependencies fix