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.