Skip to content

Commit

Permalink
version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Apr 5, 2017
1 parent ea31a44 commit a14aa34
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.2.0](https:/Electrode-iOS/ELRouter/releases/tag/v4.2.0)

- Pass `associatedData` to `.fixed` routes

# [4.1.0](https:/Electrode-iOS/ELRouter/releases/tag/v4.1.0)

* 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.

# [4.0.1](https:/Electrode-iOS/ELRouter/releases/tag/v4.0.1)

- Make `navigator` and `sharedInstance` properties public
Expand Down
2 changes: 1 addition & 1 deletion ELRouter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.1</string>
<string>4.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ELRouter

[![Version](https://img.shields.io/badge/version-v4.0.1-blue.svg)](https:/Electrode-iOS/ELRouter/releases/latest)
[![Version](https://img.shields.io/badge/version-v4.2.0-blue.svg)](https:/Electrode-iOS/ELRouter/releases/latest)
[![Build Status](https://travis-ci.org/Electrode-iOS/ELRouter.svg?branch=master)](https://travis-ci.org/Electrode-iOS/ELRouter)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https:/Carthage/Carthage)

Expand Down

0 comments on commit a14aa34

Please sign in to comment.