You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,23 @@
1
+
#0.3.0
2
+
3
+
*Released: 06/28/2016*
4
+
5
+
**Other**:
6
+
7
+
- Update syntax to Swift 2.3 - @mjarvis
8
+
- Update to ReSwift 2.0.0 - @Ben-G
9
+
1
10
#0.2.7
2
11
3
-
*Released: 03/23/2015*
12
+
*Released: 03/23/2016*
4
13
5
14
**Fixes:**
15
+
6
16
- Fix issue when checking out with Carthage (#20) - @Ben-G
7
17
8
18
#0.2.6
9
19
10
-
*Released: 03/20/2015*
20
+
*Released: 03/20/2016*
11
21
12
22
**API Changes:**
13
23
@@ -22,14 +32,14 @@
22
32
23
33
#0.2.5
24
34
25
-
*Released: 02/22/2015*
35
+
*Released: 02/22/2016*
26
36
27
37
**API Changes:**
28
38
- 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 commit comments