Changelog
1.0.0 - 1.0.2
Added
All saga-helpers, effect-creators and effect-combinators
Fixed
Error from merging with master
1.0.0-beta.8 + .9
Added
You can use the key
withType
when adding a reducer to override the automatically created one byredux-sands
Wider test coverage
1.0.0-beta.7
Added
More jest-tests
1.0.0-beta.6
Added
Moved to and expanded on documentation GitBook
Updated Readme to reflect changes
1.0.0-beta.5
Changed
error in Readme that would cause the wrapper to not work ( (state, {element}) now corrected to (state, action))
1.0.0-beta.4
Added
Integrated Travis-CI
1.0.0-beta.3
Changed
Added first jest tests
Updated Readme
1.0.0-beta.2
Added
Added
types(...)
to export the internal types used. Returns an object, where each key is the reducer name and its value the matching internal typeFirst jest tests
1.0.0-beta.1
Added
Initial upload. Full support for state-prop + reducer creation. Full support for importing other's state and reducers. Basic saga integration (only observing 'takeEvery')
Last updated