Skip to content

v4.1.0

Compare
Choose a tag to compare
@cihancimen cihancimen released this 31 Mar 00:43
· 42 commits to master since this release
  • Added open func deregister(_ route: RouteEnum): Registered routes that doesn't have .fixed type can be deregistered.
  • Added open func register(fixedRoute route: Route, atIndex index: Int): Routes with .fixed type can be registered after navigator is initialized, allowing incremental changes on existing tab bar content.
  • Added open func deregister(fixedRoute route: RouteEnum, atIndex index: Int): Routes with .fixed type can be deregistered after navigator is initialized, allowing incremental changes on existing tab bar content.
  • Resolve Xcode 8.3 warnings.
  • Configure Travis CI to install dependencies with Carthage.