github robinvdvleuten/vuex-persistedstate v4.0.0-beta.1

latest releases: v4.1.0, v3.2.1, v4.0.0...
pre-release3 years ago

Support For Vuex 4.0 🎉

To use the plugin with Vuex 4.0, you can initialize the plugin like the following;

import { createStore } from "vuex";
import createPersistedState from "vuex-persistedstate";

const store = createStore({
  // ...
  plugins: [createPersistedState()],
});

Major Changes

  • Drop support for Vuex 2.0: 9c8c9d0

Minor Changes

  • Moved storage.getItem function: #299
  • Update nuxt instructions in README.md: #331
  • Add support for Vue 3.0 and Vuex 4.0: 3f57f21

Patches

  • Fix releases link: #300
  • Update README.md: #340

Credits

Huge thanks to @yachaka, @FreekVR, @peschee, and @adm1t for helping!

Don't miss a new vuex-persistedstate release

NewReleases is sending notifications on new releases.