Releases: valtiojs/valtio-persist
Releases · valtiojs/valtio-persist
v2.2.4
What's Changed
- [bug] fixed bug where proxy would create {} when mergedState was undefined by @overthemike in #22
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- [feat] allowing for classes or instances for strategies by @overthemike in #19
Full Changelog: v2.2.2...v2.2.3
v2.2.2
2.2.2
v2.2.1
2.2.1
v2.2.0
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Async storage by @overthemike in #15
New Contributors
- @overthemike made their first contribution in #15
Full Changelog: v2.0.3...v2.1.0
v.2.0.3
Fixed version number
v2.0.2
Updated github workflows
v2.0.1
Updated github workflows
v2.0.0
Complete rewrite of valtio-persist! Works with valtio 2.0+
BREAKING CHANGES:
API changes - This is a complete rewrite from the ground up. We tried to keep the api as consistent as possible with the old version, but some things didn't cary over.
There are strategies that haven't been developed fully (they're all in a separate branch), some of which were included with v1.0 (single-file, multi-file, etc). Any help with testing & development is most welcome1