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.4.0

22 Nov 09:40
Compare
Choose a tag to compare

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: 1a4685a
  • Include the original plugin js file: c45d80e

Credits

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

v2.3.2

09 Nov 13:59
Compare
Choose a tag to compare

Patches

  • Replaced all occurences of const with var: #84

v2.3.1

06 Nov 08:06
Compare
Choose a tag to compare

Patches

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

v2.3.0

04 Nov 18:55
Compare
Choose a tag to compare

Minor Changes

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

Patches

  • Fix working with null values: #78

Credits

Huge thanks to @rodneyrehm for his help!

v2.2.0

03 Nov 09:01
Compare
Choose a tag to compare

Minor Changes

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

v2.1.2

02 Nov 07:45
Compare
Choose a tag to compare

Patches

  • Fixed undefined issue when using nested paths: #75

v2.1.1

01 Nov 09:56
Compare
Choose a tag to compare

Patches

v2.1.0

01 Nov 09:14
Compare
Choose a tag to compare

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

04 Jul 19:54
Compare
Choose a tag to compare

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

24 Apr 18:17
Compare
Choose a tag to compare

Patches

  • Marked husky as dev dependency.: d329e8b