Skip to content

Commit

Permalink
Merge pull request #67 from ReSwift/benji/cleanup
Browse files Browse the repository at this point in the history
[Cleanup] Remove .swift-version, update Markdown
  • Loading branch information
sunshinejr authored May 24, 2017
2 parents 50beb7a + 1885b94 commit c6216d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

16 changes: 8 additions & 8 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@



#0.5.0
# 0.5.0

*Released: 11/24/2016*

**Other:**

- Swift 3.0.1 / Xcode 8.1 updates - @DivineDominion, @frranck

#0.4.0
# 0.4.0

*Released: 09/21/2016*

Expand All @@ -25,15 +25,15 @@
- Swift 3 Migration - @Ben-G
- Documentation Fix - @excitedhoney

#0.3.1
# 0.3.1

*Released: 07/16/2016*

**Fixes:**

- Expose `RouteHash` initializer publicly - @Ben-G

#0.3.0
# 0.3.0

*Released: 06/28/2016*

Expand All @@ -42,15 +42,15 @@
- Update syntax to Swift 2.3 - @mjarvis
- Update to ReSwift 2.0.0 - @Ben-G

#0.2.7
# 0.2.7

*Released: 03/23/2016*

**Fixes:**

- Fix issue when checking out with Carthage (#20) - @Ben-G

#0.2.6
# 0.2.6

*Released: 03/20/2016*

Expand All @@ -65,14 +65,14 @@
- Use a symbolic breakpoint in place of an `assertionFailure` for handling a stuck router - @Ben-G
- Documentation Fix - @jschmid

#0.2.5
# 0.2.5

*Released: 02/22/2016*

**API Changes:**
- ReSwift-Router now uses the new substate selection API when subscribing to a store. As a result, the `HasNavigationState` protocol has been removed. This change also allows an app to have multiple routers. - @Ben-G

#0.2.4
# 0.2.4

*Released: 01/23/2016*

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Using ReSwiftRouter you can navigate your app by defining the target location in
mainStore.dispatch(
SetRouteAction(["TabBarViewController", StatsViewController.identifier])
)
```
```

# About ReSwiftRouter

Expand All @@ -32,7 +32,7 @@ You can install ReSwiftRouter via CocoaPods by adding it to your `Podfile`:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'ReSwift'
pod 'ReSwiftRouter'

Expand Down

0 comments on commit c6216d2

Please sign in to comment.