react-localstorage v1.0.0 Release Notes

Release Date: 2018-02-01 // about 6 years ago
    • ๐Ÿ”€ Perf: Only synchronize storage on unmount.
      • This saves a lot of stringify / localStorage churn by only saving when we must.
      • This has a semantic change; state is not synced as often and we can no longer throw errors if you have a key collision, so this is a major update.
    • โœ… Rework testing with Jest.

Previous changes from v0.3.1

    • ๐ŸŽ Small performance fix in stateFilterKeys iteration.
    • โšก๏ธ Updated development dependencies.