Vuex Persistedstate Versions Save

? Persist and rehydrate your Vuex state between page reloads.

v2.7.1

4 years ago

Patches

  • Indicate if state should be fetched from storage before usage (24aff6980df301d1815ab513e0b64ae85c5abc79)

v2.7.0

4 years ago

Minor Changes

  • Add rehydrated callback: #207
  • Handle dynamically registered modules: #225
  • Update deepmerge to its latest version: 30f6b626e0d5816431677b20f7e83581653aba6f
  • Update shvl to its latest version: b036e2b1ba2dba5912647644020fd3c0b5c915a2

Credits

Huge thanks to @nelsliu9121 and @boris-graeff for helping!

v2.6.0

4 years ago

Minor Changes

  • Improve Nuxt.js example to support nuxt generate: #170
  • Updated all dependencies to their latest versions: 785899301e30f4219da3c92e04b69477af742f9a
  • Add missing arrayMerger interface: #186
  • Example of encrypted local storage: #217
  • Function getItem should return something: #220

Credits

Huge thanks to @Atinux, @JakubKoralewski, @macarthuror, and @zgayjjf for helping!

v2.5.4

6 years ago

Patches

  • Added missing storage interface: fe126eafb8ad8bd2fe3b0aa5e3188cd55730ba88

v2.5.3

6 years ago

Patches

  • Added typescript declarations: 8604091a117985539c70b74308d2446a52f97414

v2.5.2

6 years ago

Patches

  • Fixed compatibility with shvl >= 1.3.0: #132

Credits

Huge thanks to @qkdreyer for helping!

v2.5.1

6 years ago

Patches

  • Fix checking on undefined: #128

Credits

Huge thanks to @antixrist for helping!

v2.5.0

6 years ago

Minor Changes

  • Do not include external dependencies in build output: #101
  • Replaced custom rollup config with microbundle: #104
  • Made merging of arrays customizable: #124
  • Add documentation for Nuxt.js: #125

Credits

Huge thanks to @zweizeichen for helping!

v2.4.2

6 years ago

Patches

  • Added es as default module / esnext output: #98

v2.4.1

6 years ago

Patches

  • Using es6 import / export instead of commonjs require: #96