Skip to content

Commit c6216d2

Browse files
authored
Merge pull request #67 from ReSwift/benji/cleanup
[Cleanup] Remove .swift-version, update Markdown
2 parents 50beb7a + 1885b94 commit c6216d2

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Changelog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99

1010

11-
#0.5.0
11+
# 0.5.0
1212

1313
*Released: 11/24/2016*
1414

1515
**Other:**
1616

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

19-
#0.4.0
19+
# 0.4.0
2020

2121
*Released: 09/21/2016*
2222

@@ -25,15 +25,15 @@
2525
- Swift 3 Migration - @Ben-G
2626
- Documentation Fix - @excitedhoney
2727

28-
#0.3.1
28+
# 0.3.1
2929

3030
*Released: 07/16/2016*
3131

3232
**Fixes:**
3333

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

36-
#0.3.0
36+
# 0.3.0
3737

3838
*Released: 06/28/2016*
3939

@@ -42,15 +42,15 @@
4242
- Update syntax to Swift 2.3 - @mjarvis
4343
- Update to ReSwift 2.0.0 - @Ben-G
4444

45-
#0.2.7
45+
# 0.2.7
4646

4747
*Released: 03/23/2016*
4848

4949
**Fixes:**
5050

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

53-
#0.2.6
53+
# 0.2.6
5454

5555
*Released: 03/20/2016*
5656

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

68-
#0.2.5
68+
# 0.2.5
6969

7070
*Released: 02/22/2016*
7171

7272
**API Changes:**
7373
- 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
7474

75-
#0.2.4
75+
# 0.2.4
7676

7777
*Released: 01/23/2016*
7878

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Using ReSwiftRouter you can navigate your app by defining the target location in
1111
mainStore.dispatch(
1212
SetRouteAction(["TabBarViewController", StatsViewController.identifier])
1313
)
14-
```
14+
```
1515

1616
# About ReSwiftRouter
1717

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

3333
source 'https://github.com/CocoaPods/Specs.git'
3434
platform :ios, '8.0'
35-
35+
3636
pod 'ReSwift'
3737
pod 'ReSwiftRouter'
3838

0 commit comments

Comments
 (0)