Releases: harryhope/hooked-on-redux
Releases · harryhope/hooked-on-redux
v0.6.0
- Updated peer-dependency for react-redux.
v0.5.0
- Added a Typescript declaration file
v0.4.0
This release removes the internal dependency on updeep and updeep-redux.
v0.3.0
In this release the dependency on updeep's constant
is removed, which should slightly decrease the module's size. It should not be a breaking change.
v0.2.0
The third parameter of useHookedOnState
is now a config object, and a new options was added called rootPath
which allows Hooked on Redux to integrate with complex existing redux stores where combineReducers
or the like may have been used.