Releases: victorgarciaesgi/vuex-typed-modules
Releases · victorgarciaesgi/vuex-typed-modules
4.1.0
4.0.0
- Added support for Vue 3 and Vuex 4
- Added support for composition-api hooks working for both Vue 2 & 3 thanks to
vue-demi
3.1.1
Fixed resetState (fuck js)
3.0.3
- Fixed typings and
updateState
behaviour
3.0.0
updateState
now accepts a callback with the state as param. All others update helpers removed
2.2.18
- Added support for infer typed parameters key (Typescript > 4.0 needed)
- Added state context for actions, getters and mutations