Skip to content

Releases: iusehooks/redhooks

v1.1.0

08 Feb 15:48
Compare
Choose a tag to compare

Changes

  • connect() : performance improvement

v1.0.0

28 Jan 17:14
Compare
Choose a tag to compare

Releasing the first stable version! 🎉

Enjoy!

Changes

  • Added a redux-thunk codesandbox example to the documentation

v1.0.0-alpha.4

20 Jan 14:38
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Changes

  • createStore(reducer, [opts]), reducer argument might be either a function or a plain object whose values are reducer functions.
  • Update README.md.