Skip to content

Releases: harryhope/hooked-on-redux

v0.6.0

24 Jan 15:52
Compare
Choose a tag to compare
  • Updated peer-dependency for react-redux.

v0.5.0

05 Feb 19:07
Compare
Choose a tag to compare
  • Added a Typescript declaration file

v0.4.0

15 Feb 23:02
Compare
Choose a tag to compare

This release removes the internal dependency on updeep and updeep-redux.

v0.3.0

24 Dec 01:12
Compare
Choose a tag to compare

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

24 Dec 01:09
Compare
Choose a tag to compare

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.

v0.1.0

20 Apr 00:19
Compare
Choose a tag to compare
  • Initial release to npm.