Skip to content

Releases: ctrlplusb/easy-peasy

v1.11.1

07 Feb 00:52
Compare
Choose a tag to compare

Chores

v1.11.0

07 Feb 00:33
Compare
Choose a tag to compare

Big release here! Stoked that hooks are finally out of alpha! 🎉

This release introduces a few new helpers, deprecating some previous ones. I made this decision as I found that the APIs of the deprecated helpers weren't as polished as I would have liked - especially now that we have typings available via Typescript.

I thought it best to address them ASAP. That being said I have left the deprecated APIs in place - they will simply output at least 1 warning message when used.

Hope you enjoy and agree with my decisions regarding the new APIs. ❤️

Minor Changes

  • Adds thunk helper, and deprecates effect helper.: ad4ba54
  • Adds new listen helper, deprecates listeners helper: #74
  • Adds useActions and useDispatch hooks. Deprecates useAction hook.: 0da860a

Patches

  • Update to 16.8.0 stable release: #71
  • Adds warning against useAction: 385c859
  • Adds warning against listeners helper: 5c7516a

Chores

Credits

Huge thanks to @markshust for helping!

v1.10.0

05 Feb 23:48
Compare
Choose a tag to compare

Minor Changes

  • Updates immer: 7b9a681
  • Disables immers auto freeze behaviour: 341209d

Chores

v1.9.0

04 Feb 18:05
Compare
Choose a tag to compare

Minor Changes

  • Adds auto memoisation to fns return from select: #64

Chores

Credits

Huge thanks to @monsieurBoutte for helping!

v1.8.0

01 Feb 14:09
Compare
Choose a tag to compare

Minor Changes

  • Adds support for actions listeners via the when helper: #60
  • Reworks listener API: #61
  • TypeScript definitions: #57

Patches

Chores

A massive 🙏 goes to ⭐️@christianchown⭐️, @aalpgiray, @formula349, @skulptur, @m5r, and @rankun203 for helping get the Typescript over the line.

v1.7.0

06 Dec 14:39
Compare
Choose a tag to compare

Minor Changes

  • Adds ability to enhance root reducer: #31
  • Adds a meta parameter to effects: #38

Patches

  • Correct name of selectDependenciesSymbol: #32
  • Updates dependencies: 06261a0

Credits

Huge thanks to @Danielking and @christianchown for helping!

v1.6.1

15 Nov 17:19
Compare
Choose a tag to compare

Patches

v1.6.0

12 Nov 22:36
Compare
Choose a tag to compare

Minor Changes

  • Adds reducer helper: #27

Patches

v1.5.0

11 Nov 21:53
Compare
Choose a tag to compare

Minor Changes

  • Adds support for external value dependencies in useStore's mapState: #24

Patches

  • Fixes issue with test missing coverage: 83a5393

v1.4.4

09 Nov 06:57
Compare
Choose a tag to compare

Patches

  • Adds unmount safety to the useStore hook: 295cd8a