1.0.39 - The storage update
NO BREAKING CHANGES
CHANGES
- Split cache and storage
- Added support for async storages
- Added AsyncLocalStorage (SSR compatible) and SyncLocalStorage (no SSR)
- Fixed bugs on core unmount
- Improved performances by avoiding multiple get()
- Added tests for localStorage