Releases: colinbate/redux-form-submit-saga
Releases · colinbate/redux-form-submit-saga
Redux saga 0.15
Redux-form 7 compat
This release adds support for redux-form
7+ as well as allowing a transform function to be passed when using the long form of onSubmitActions
.
Use standard library action prefix
This release just adds the @@
prefix to the internally used action type. This shouldn't affect anything other than your debugging experience (hopefully for the better).
Update peer dependencies
Allow redux-saga
0.13.x as a peer dependency.
Immutable.js support
You can now import functions from redux-form-submit-saga/immutable
to get support for forms using that variant of redux-form
.