Releases: ctrlplusb/easy-peasy
Releases · ctrlplusb/easy-peasy
v1.11.1
v1.11.0
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 deprecateseffect
helper.: ad4ba54 - Adds new
listen
helper, deprecateslisteners
helper: #74 - Adds
useActions
anduseDispatch
hooks. DeprecatesuseAction
hook.: 0da860a
Patches
- Update to 16.8.0 stable release: #71
- Adds warning against useAction: 385c859
- Adds warning against listeners helper: 5c7516a
Chores
- Fixes tests: a755b5a
- Updates docs: d8d066c
- Updates deps, docs, and tests: 024d05c
- Bumps version: 20f2dd3
- Updates docs: da1a2cc
- Changes version to alpha: 845d877
- Updates typescript docs: 12a836f
- Bumps version: a557058
Credits
Huge thanks to @markshust for helping!
v1.10.0
v1.9.0
v1.8.0
Minor Changes
- Adds support for actions listeners via the when helper: #60
- Reworks listener API: #61
- TypeScript definitions: #57
Patches
Chores
- Updates dev dependencies: f8846bd
- Updates dev dependencies: e3a2e38
- Adds test to cover case of #52: 6768d75
- Updates readme: ca3672c
- Updates dev dependencies: 123c160
- Updates docs: 9f21bf9
A massive 🙏 goes to ⭐️@christianchown⭐️, @aalpgiray, @formula349, @skulptur, @m5r, and @rankun203 for helping get the Typescript over the line.