|
1 | 1 | #Upcoming Release
|
| 2 | + |
| 3 | +#3.0.0 |
2 | 4 | **Breaking API Changes:**
|
3 | 5 |
|
4 | 6 | - Remove all subscription as delegation (`StoreSubscriber`) - @Qata
|
|
11 | 13 |
|
12 | 14 | - Add Rx conforming protocols to allow easy plugging-in to FRP libraries. - @Qata
|
13 | 15 | - Add a `dispatch` function to `Store` to allow reactive streams of `Action`s to be lifted into `Store` - @Qata
|
14 |
| - |
15 |
| -#3.0.0 |
16 |
| -*Released: 11/12/2016* |
17 |
| - |
18 |
| -**Breaking API Changes:** |
19 |
| - |
20 |
| -- Dropped support for Swift 2.2 and lower (#157) - @Ben-G |
21 |
| - |
22 |
| -**API Changes:** |
23 |
| - |
24 |
| -- Mark `Store` as `open`, this reverts a previously accidental breaking API Change (#157) - @Ben-G |
25 |
| - |
26 |
| -**Other**: |
27 |
| - |
28 |
| -- Update to Swift 3.0.1 - @Cristiam, @Ben-G |
29 |
| -- Documentation changes - @vkotovv |
30 |
| - |
31 |
| -#2.1.0 |
32 |
| - |
33 |
| -*Released: 09/15/2016* |
34 |
| - |
35 |
| -**Other**: |
36 |
| - |
37 |
| -- Swift 3 preview compatibility, maintaining Swift 2 naming - (#126) - @agentk |
38 |
| -- Xcode 8 GM Swift 3 Updates (#149) - @tkersey |
39 |
| -- Migrate Quick/Nimble testing to XCTest - (#127) - @agentk |
40 |
| -- Automatically build docs via Travis CI (#128) - @agentk |
41 |
| -- Documentation Updates & Fixes- @mikekavouras, @ColinEberhardt |
42 |
| - |
43 |
| -#2.0.0 |
44 |
| - |
45 |
| -*Released: 06/27/2016* |
46 |
| - |
47 |
| -**Breaking API Changes**: |
48 |
| - |
49 |
| -- Significant Improvements to Serialization Code for `StandardAction` (relevant for recording tools) - @okla |
50 |
| - |
51 |
| -**Other**: |
52 |
| - |
53 |
| -- Swift 2.3 Updates - @agentk |
54 |
| -- Documentation Updates & Fixes - @okla, @gregpardo, @tomj, @askielboe, @mitsuse, @esttorhe, @RyanCCollins, @thomaspaulmann, @jlampa |
55 |
| - |
56 |
| - |
57 |
| -#1.0.0 |
58 |
| - |
59 |
| -*Released: 03/19/2016* |
60 |
| - |
61 |
| -**API Changes:** |
62 |
| -- Remove callback arguments on synchronous dispatch methods - @Ben-G |
63 |
| - |
64 |
| -**Other:** |
65 |
| - |
66 |
| -- Move all documentation source into `Docs`, except `Readme`, `Changelog` and `License` - @agentk |
67 |
| -- Replace duplicated documentation with an enhanced `generate_docs.sh` build script - @agentk |
68 |
| -- Set CocoaPods documentation URL - (#56) @agentk |
69 |
| -- Update documentation for 1.0 release - @Ben-G |
70 |
| - |
71 |
| -#0.2.5 |
72 |
| - |
73 |
| -*Released: 02/20/2016* |
74 |
| - |
75 |
| -**API Changes:** |
76 |
| - |
77 |
| -- Subscribers can now sub-select a state when they subscribe to the store (#61) - @Ben-G |
78 |
| -- Rename initially dispatched Action to `ReSwiftInit` - @vfn |
79 |
| - |
80 |
| -**Fixes:** |
81 |
| - |
82 |
| -- Fix retain cycle caused by middleware (issue: #66) - @Ben-G |
83 |
| -- Store now holds weak references to subscribers to avoid unexpected memory managegement behavior (issue: #62) - @vfn |
84 |
| -- Documentation Fixes - @victorpimentel, @vfn, @juggernate, @raheelahmad |
85 |
| - |
86 |
| -**Other:** |
87 |
| - |
88 |
| -- We now have a [hosted documentation for ReSwift](http://reswift.github.io/ReSwift/master/) - @agentk |
89 |
| -- Refactored subscribers into a explicit `Subscription` typealias - @DivineDominion |
90 |
| -- Refactored `dispatch` for `AsyncActionCreator` to avoid duplicate code - @sendyhalim |
91 |
| - |
92 |
| -#0.2.4 |
93 |
| - |
94 |
| -*Released: 01/23/2016* |
95 |
| - |
96 |
| -**API Changes:** |
97 |
| - |
98 |
| -- Pass typed store reference into `ActionCreator`. `ActionCreator` can now access `Store`s state without the need for typecasts - @Ben-G |
99 |
| -- `Store` can now be initialized with an empty state, allowing reducers to hydrate the store - @Ben-G |
100 |
| - |
101 |
| -**Bugfixes** |
102 |
| - |
103 |
| -- Break retain cycle when using middelware - @sendyhalim |
104 |
| - |
105 |
| -**Other:** |
106 |
| - |
107 |
| -- Update Documentation to reflect renaming to ReSwift - @agentk |
108 |
| -- Documentation fixes - @orta and @sendyhalim |
109 |
| -- Refactoring - @dcvz and @sendyhalim |
0 commit comments