0.3.1 (2022-06-08)
- add
namespaced
andstrict
properties to store interfaces (#272) (bb5ff8d) - update
vuex
peer dependency and bump dev-dependencies (#308) (2ee9967)
0.3.0 (2022-02-19)
- check Function instance for store state rather than typeof (4363a56)
0.2.0 (2021-04-29)
- all imports are now from
typed-vuex
rather thannuxt-typed-vuex
, which is exclusively the module in yournuxt.config
Migration path: Search/replace through your project nuxt-typed-vuex
for typed-vuex
, with the sole exception of your nuxt.config.js
. 😊
0.1.22 (2020-09-30)
- increase tree-shakeability of module (8b98e33)
0.1.21 (2020-08-30)
- nuxt-typed-vuex: automatically transpile module (35eb0a0)
0.1.20 (2020-08-02)
0.1.19 (2020-06-13)
Note: Version bump only
0.1.18 (2020-04-20)
Note: Version bump only
0.1.17 (2020-03-05)
- move @nuxt/types and vuex to peerDeps (4d6029e)
0.1.16 (2020-02-08)
0.1.15 (2019-12-12)
Note: Version bump only
Note: Version bump only
0.1.14-alpha.2 (2019-12-12)
- exclude source maps (e638b97)
0.1.14-alpha.1 (2019-12-12)
- exclude source maps (e638b97)
Note: Version bump only for package typed-vuex
0.1.13 (2019-11-26)
0.1.12 (2019-11-22)
- allow any kind of dispatch (75f4637)
0.1.11 (2019-11-22)
0.1.10 (2019-11-06)
0.1.9 (2019-11-03)
- require @nuxt/types and vuex as peer deps (c1ebc33)
0.1.8 (2019-10-13)
0.1.7 (2019-10-13)
- use correct paths on Windows machines (56b714a)
0.1.6 (2019-10-11)
- add rootState and rootGetters type helpers (2661017)
0.1.5 (2019-10-06)
- allow defining rootState & rootGetters (fe484b2)
- add helper functions for use within store (59bed72)
0.1.4 (2019-10-05)
- state is still required (91ae3d7)
- support state objects (97ed828)
0.1.3 (2019-10-05)
- allow partial submodules (d27bea0)
- allow specifying different rootState (a837a24)
- convert plugin to ts (ae240eb)
0.1.2 (2019-10-04)
- add commit and dispatch options (ef320e7)
- initial commit (b3eed9a)