react-localstorage v1.0.0 Release Notes
Release Date: 2018-02-01 // almost 7 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.
- ๐ Perf: Only synchronize storage on unmount.
Previous changes from v0.3.1
-
- ๐ Small performance fix in
stateFilterKeys
iteration. - โก๏ธ Updated development dependencies.
- ๐ Small performance fix in