Releases: andrewcourtice/harlem
Releases · andrewcourtice/harlem
v2.3.3
v2.3.2
v2.3.1
What's Changed
- chore: remove unnecessary import in getters docs by @Lexpeartha in #53
- Add Google Analytics by @andrewcourtice in #54
- Fix task abort resolution by @andrewcourtice in #55
New Contributors
- @Lexpeartha made their first contribution in #53
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- docs: add instructions if you're using nuxt by @danielroe in #48
- Update compose extension to have callback in set method of useState by @ragokan in #50
- Custom action strategies by @andrewcourtice in #47
- Fix SSR timing when used with storage extension by @andrewcourtice in #51
- Migrate tests to Vitest by @andrewcourtice in #52
New Contributors
- @danielroe made their first contribution in #48
- @ragokan made their first contribution in #50
Full Changelog: v2.2.3...v2.3.0
v2.2.3
Fixes
- Fixed type error in compose extension
- Updated devtools api version
v2.2.2
Enhancements
- Added
isActionAbortError
helper function to action extension
v2.2.1
What's Changed
- Added a restore option to the storage extension by @cperrin88 in #44
New Contributors
- @cperrin88 made their first contribution in #44
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Added compose extension by @andrewcourtice in #40
- Update Yarn to v2 by @andrewcourtice in #39
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- docs: remove wrong information about snapshot argument by @edimitchel in #37
- Add indirect cancellation to action extension by @andrewcourtice in #38
New Contributors
- @edimitchel made their first contribution in #37
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Fixes
- Matched Vue 3 target ECMAScript version (2016)