Skip to content

1.0.39 - The storage update

Compare
Choose a tag to compare
@hazae41 hazae41 released this 28 Aug 14:00
· 876 commits to master since this release

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