Releases: Albert-Gao/auto-zustand-selectors-hook
Releases · Albert-Gao/auto-zustand-selectors-hook
v2.0.5
Full Changelog:
The previous version does not contain the latest code, this build fixes it.
v2.0.4
Fix
What's Changed
- fix: 💬 now no errors when doing npm publish by @Albert-Gao in #14
- fix: ⚡️ aligned the version number (package.json with git tag) by @Albert-Gao in #17
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- chore: updated doc by @Albert-Gao in #6
- doc: fixed typo by @Albert-Gao in #7
- updated the repo to align with the latest version of zustand by @Albert-Gao in #8
- fix: 📈 now the Context usage works, also fixed the types by @Albert-Gao in #13
Full Changelog: v2.0.0...v2.0.2
v2.0.0
feat: updated the support for zustand v4 @Albert-Gao f136412
Skip this version if you are still on Zustand v3, no feature lost, but you will lose the Typescript auto-completion support!
==================
chore: separated the tests and added tests for middlewares @Albert-Gao ee8a36d
chore: exported types @Albert-Gao 205fad7
chore: updated readme with middleware section @Albert-Gao b03ed75
fix: npm package version @Albert-Gao 5a79a45
v1.0.1
- updated the node engine requirement to v10 to align with rollup
v1.0.0
check README.md