Skip to content

Releases: victorgarciaesgi/vuex-typed-modules

4.1.0

24 May 18:28
Compare
Choose a tag to compare
  • Updated state behaviour to avoid losing reactivity. See Readme

4.0.0

21 May 18:49
Compare
Choose a tag to compare
  • 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

09 Dec 23:33
Compare
Choose a tag to compare
Fixed resetState (fuck js)

3.0.3

01 Dec 23:24
Compare
Choose a tag to compare
  • Fixed typings and updateState behaviour

3.0.0

30 Nov 08:46
5e0454d
Compare
Choose a tag to compare
  • updateState now accepts a callback with the state as param. All others update helpers removed

2.2.18

28 Nov 18:28
Compare
Choose a tag to compare
  • Added support for infer typed parameters key (Typescript > 4.0 needed)
  • Added state context for actions, getters and mutations