Skip to content

2.3.0

Compare
Choose a tag to compare
@MacFJA MacFJA released this 04 May 12:24
· 12 commits to main since this release

Fixed

  • Fix error with sandboxed storage (localStorage + sessionStorage) (#41)
  • (doc) Typo in README (#39) + outdated example (#40)
  • (dev) Wrong typing (#38)

Added

  • New function to create store (localWritable, writable, sessionWritable, cookieWritable)

Changed

  • (dev) Move wrappers (+shorthand) to a dedicated file

Thanks to @gyurielf, @akiomik, @gr0kchain for the issue reporting and the fixes