File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### v0.3.4
4
4
- Small fixes in the client / server setup.
5
- - ` handleActions (..)` alias added to ` redux ` utils, to use that function without
5
+ - ` createActions (..)` alias added to ` redux ` utils, to use that function without
6
6
explicit import of ` redux-actions ` module.
7
7
8
8
### v0.3.3
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Object {
21
21
},
22
22
" redux" : Object {
23
23
" combineReducers" : [Function ],
24
+ " createActions" : [Function ],
24
25
" handleActions" : [Function ],
25
26
" resolveAction" : [Function ],
26
27
" resolveReducers" : [Function ],
@@ -143,6 +144,7 @@ Object {
143
144
},
144
145
" redux" : Object {
145
146
" combineReducers" : [Function ],
147
+ " createActions" : [Function ],
146
148
" handleActions" : [Function ],
147
149
" resolveAction" : [Function ],
148
150
" resolveReducers" : [Function ],
You can’t perform that action at this time.
0 commit comments