v4.3.8
For persist middleware, a new option for createJSONStorage in introduced to support more cases. Note that createJSONStorage isn't a required function (and it's not very recommended as it's not type safe), and one should create a custom storage for more use cases.
What's Changed
- chore: add extension in imports by @dai-shi in #1678
- feat(middleware/persist): improve createJSONStorage for Maps by @lauhon in #1763
- chore(tests): migrate to vitest by @arjunvegda in #1753
New Contributors
- @JacobWeisenburger made their first contribution in #1737
- @spacemeowx2 made their first contribution in #1742
- @arjunvegda made their first contribution in #1754
- @zc627788 made their first contribution in #1752
- @arvinxx made their first contribution in #1758
- @SilentFlute made their first contribution in #1762
- @dannobytes made their first contribution in #1779
- @BLooDBRothER made their first contribution in #1777
- @lauhon made their first contribution in #1763
Full Changelog: v4.3.7...v4.3.8