Releases: mrcrowl/vuex-typex
Releases · mrcrowl/vuex-typex
v3.1.8
v3.1.7
v3.1.6: source map
- index.js.map now included in the
/dist
path.
Dynamic module registration via registerModule
Thanks to @rugia813 for submitting a PR that introduces dynamic module registration (after the store has been created).
The new method on the store is registerModule
. This method is only valid after vuexStore()
has been called on the store.
Optionally typed getters
BareActionContext
, ActionHandler
and GetterHandler
now let you optionally specify a type for the module-level getters
(root getters remain untyped).
v3.1.3
v3.1.2
v3.0.1 --- vuex update
Update dependencies: vuex 3.0.0, vue 2.5.0, typescript 2.5.0+