2.3.0
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