Skip to content

Releases: ctrlplusb/easy-peasy

v1.1.0

28 Oct 08:12
Compare
Choose a tag to compare

Minor Changes

  • Adds the ability for the useStore to return an object of state: 5fbcad6

Patches

v1.0.1

27 Oct 08:00
Compare
Choose a tag to compare

Patches

v1.0.0

27 Oct 07:55
Compare
Choose a tag to compare

Woot

v0.10.0

26 Oct 22:41
Compare
Choose a tag to compare

Breaking Changes

  • All in on React hooks.: 40bebd3
  • Updates docs and renames provider: ab216e1
  • Prefixes actions and effects for easier debugging.: ee7664b

Patches

v0.9.1

26 Oct 10:32
Compare
Choose a tag to compare

Patches

v0.9.0

26 Oct 10:35
Compare
Choose a tag to compare

Minor Changes

  • Selectors can now declare dependencies against other selectors: 7685bcb

v0.8.0

26 Oct 06:21
Compare
Choose a tag to compare

Minor Changes

  • Adds support for derived state: 43bb98e

v0.7.0

24 Oct 18:07
Compare
Choose a tag to compare

Minor Changes

  • Dispatches an event to indicate effect firing and fixes bug: 4900bd1

v0.6.1

24 Oct 16:49
Compare
Choose a tag to compare

Patches

  • Fixes bugs with initial values being null or empty objects: d89ff99

v0.6.0

24 Oct 16:17
Compare
Choose a tag to compare

Minor Changes

  • Adds initialState config and fixes minor bug: a61d059