Skip to content

Releases: shadrqen/vuex-persister

v1.0.0-beta.2

21 Mar 06:17
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

🚀 Features

  • The option to pass a list of states to persist (if you don't want to persist everything). Defaults to an empty array. (1258c3e)
  • A reducer function that specifies the states to persist. Defaults to saving the whole state. (1258c3e)

v1.0.0-beta.1

14 Mar 11:51
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Saving to localStorage, sessionStorage and cookies working properly. LocalStorage obfuscation also working as expected

v1.0.0-alpha.1

14 Mar 11:51
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Saving to localStorage, sessionStorage and cookies working properly. LocalStorage obfuscation also working as expected