Releases: cristopher1/vue3-reactive-storage
Releases · cristopher1/vue3-reactive-storage
v1.0.2
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
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
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.