Skip to content

Releases: valtiojs/valtio-persist

v2.2.4

02 Jun 03:52

Choose a tag to compare

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

11 May 16:06
16dd036

Choose a tag to compare

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

24 Apr 12:34

Choose a tag to compare

2.2.2

v2.2.1

24 Apr 12:32

Choose a tag to compare

2.2.1

v2.2.0

24 Apr 12:25

Choose a tag to compare

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Apr 13:56
2675ca1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v.2.0.3

08 Apr 22:46

Choose a tag to compare

Fixed version number

v2.0.2

08 Apr 22:43

Choose a tag to compare

Updated github workflows

v2.0.1

08 Apr 22:36

Choose a tag to compare

Updated github workflows

v2.0.0

08 Apr 22:30

Choose a tag to compare

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