Releases: sinarionn/AppRouter
Releases · sinarionn/AppRouter
5.1.0
XCode 10 and swift 4.2 fixes.
5.0.0
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
Version bump to fix podspec.
4.1.1
Podspec reorganization.
Travis CI fix.
4.1.0
Swift 4 migration.
MacOS support for RxSwift subspec
RxSwift subspec does not include Core automatically to allow usage in Cocoa applications.
4.0.1
Presenter namespace-enum changed into open class to prevent weird bug with overrides.
4.0.0
AppRouter and Presenter rework to improve flexibility.
3.0.3
Fixed bug with UIViewController instantiation inside UINavigationController