Skip to content

Releases: cristopher1/vue3-reactive-storage

v1.0.2

03 Jun 03:32
d71939f
Compare
Choose a tag to compare

Release notes

Vue3 plugin to use localStorage, sessionStorage or other object that implements the Storage interface with reactivity.

Features added in version 1.0.2

  • Fix loading from web storage not working.

Features added in version 1.0.1

  • Documentation fixed.

Features added in version 1.0.0:

  • Adds class ReactiveWebStorage and ReactiveStorageAdapter to implement the reactivity with Storage.
  • Adds ReactiveWebStorageError to throw Errors.

v1.0.1

19 Apr 18:39
Compare
Choose a tag to compare

Release notes

Vue3 plugin to use localStorage, sessionStorage or other object that implements the Storage interface with reactivity.

Features added in version 1.0.1

  • Documentation fixed.

Features added in version 1.0.0:

  • Adds class ReactiveWebStorage and ReactiveStorageAdapter to implement the reactivity with Storage.
  • Adds ReactiveWebStorageError to throw Errors.

v1.0.0

19 Apr 16:19
040f7d5
Compare
Choose a tag to compare

Release notes

Vue3 plugin to use localStorage, sessionStorage or other object that implements the Storage interface with reactivity.

Features added in version 1.0.0:

  • Adds class ReactiveWebStorage and ReactiveStorageAdapter to implement the reactivity with Storage.
  • Adds ReactiveWebStorageError to throw Errors.