Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Releases: robinvdvleuten/vuex-persistedstate

v2.7.1

05 Feb 09:22
Compare
Choose a tag to compare

Patches

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

v2.7.0

30 Oct 11:45
Compare
Choose a tag to compare

Minor Changes

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

Credits

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

v2.6.0

27 Oct 15:38
Compare
Choose a tag to compare

Minor Changes

  • Improve Nuxt.js example to support nuxt generate: #170
  • Updated all dependencies to their latest versions: 7858993
  • 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

17 May 08:28
Compare
Choose a tag to compare

Patches

  • Added missing storage interface: fe126ea

v2.5.3

13 May 15:31
Compare
Choose a tag to compare

Patches

  • Added typescript declarations: 8604091

v2.5.2

10 Apr 09:06
Compare
Choose a tag to compare

Patches

  • Fixed compatibility with shvl >= 1.3.0: #132

Credits

Huge thanks to @qkdreyer for helping!

v2.5.1

16 Mar 07:08
Compare
Choose a tag to compare

Patches

  • Fix checking on undefined: #128

Credits

Huge thanks to @antixrist for helping!

v2.5.0

13 Mar 19:04
Compare
Choose a tag to compare

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

23 Nov 09:03
Compare
Choose a tag to compare

Patches

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

v2.4.1

22 Nov 14:56
Compare
Choose a tag to compare

Patches

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