Vuex Persistedstate Versions Save

? Persist and rehydrate your Vuex state between page reloads.

v2.4.0

6 years ago

Minor Changes

  • Overwrite array values instead of merging them: #89
  • Do not clone objects to prevent circular issue: #93
  • Updated all dependencies to their latest versions: 1a4685a7fa6430a8249ffebc5acf2d6b72eb5524
  • Include the original plugin js file: c45d80e63c5a4214fdbf7069a4177f18182f12c9

Credits

Huge thanks to @NLNicoo and @pip36 for their help!

v2.3.2

6 years ago

Patches

  • Replaced all occurences of const with var: #84

v2.3.1

6 years ago

Patches

  • Plugin can be created without passing empty object: #82

v2.3.0

6 years ago

Minor Changes

  • Made dependencies actual dependencies when using ES6: 298f419968b4b9dae2002aae5728edb1da32e342
  • Removed any ES6 related code to make plugin even leaner: a7867a5ac8276a3aef7c8c63ce4e358d140f5260

Patches

  • Fix working with null values: #78

Credits

Huge thanks to @rodneyrehm for his help!

v2.2.0

6 years ago

Minor Changes

  • Include all helper dependencies in the build output: #77

v2.1.2

6 years ago

Patches

  • Fixed undefined issue when using nested paths: #75

v2.1.1

6 years ago

Patches

  • Fixed umd module name: 44dcbcf05e0bfb73813c18b8cc75323fb0107798

v2.1.0

6 years ago

Minor Changes

  • Improved build output: #72
  • Replaced object-path with custom function: #71
  • Fixed peer dependency allow Vuex v3.0.0: #70

Patches

  • Added code of conduct to project: 1fe1a93
  • Added note about localForage: 27763b1
  • Small refactoring of the build process through rollup: 81bf4cf
  • Updated customisation example to reflect latest API changes: d81f6b0
  • Fix mixed up test titles: #39

Credits

Huge thanks to @gurpreetatwal and @jrast for their help!

v2.0.0

6 years ago

Major Changes

  • Leave initial state if json is invalid: #33
  • Remove default storage implementation: #35

Minor Changes

  • Replaced ava / sinon testing with jest: #34

v1.4.1

7 years ago

Patches

  • Marked husky as dev dependency.: d329e8b2f0a0d20171719fdb665d50bde42437f3