Skip to content

Releases: MacFJA/svelte-persistent-store

Version 1.3.0

05 Mar 17:15
Compare
Choose a tag to compare

Added

  • Possibility to disable console warnings (Issue#9)
  • undefined value not handled (Issue#11)

Changed

  • Change how data are serialized/deserialized to handle class

Fixed

  • Classes can't be persisted

Thanks to @boatilus and @sidharthv96 for the ideas and bug reports

Version 1.2.0

15 Aug 15:05
Compare
Choose a tag to compare

Changed

  • Changed the Cookie lib to be able to set SameSite (Issue#7, PR#8)
  • (DEV) Update the dependencies

Thanks to @cking for reporting the issue

Version 1.1.1

02 Jun 20:47
Compare
Choose a tag to compare

Fixed

  • SyntaxError when the value can't be parsed as a JSON (Issue#3)

Changed

  • Update (dev) dependencies version

Thanks to @crronem for the issue report!

Version 1.1.0

17 Apr 11:12
Compare
Choose a tag to compare

Added

  • Add external change listener for SessionStorage and LocalStorage
  • Add documentation
  • Add IndexedDB Storage

Version 1.0.2

13 Mar 21:56
Compare
Choose a tag to compare

Fixed

  • Add protection on global document variable

Thanks to @bardobrado for reporting the issue (#1)

Version 1.0.1

13 Mar 19:27
Compare
Choose a tag to compare

Added

  • Add noop Storage that do nothing

Fixed

  • Add protection on global window variable