Releases: ktsn/vuex-smart-module
Releases · ktsn/vuex-smart-module
v0.6.2
Features
- support native composition api of Vue 2.7 (#660) (2c66590)
v0.6.1
Bug Fixes
- do not include composition api package (2ae9361)
v1.0.0
Features
BREAKING CHANGES
- No longer support Vue 2 and Vuex 3
v0.6.0
Bug Fixes
- prefer unknown to any for return type of actions (fix #424) (a94f484)
Features
BREAKING CHANGES
- The return type of actions is unknown now
v0.4.6
Bug Fixes
- avoid producing vuex warning with multiple getters in the same namespace (#308) (113bb26)
v0.4.5
Bug Fixes
- prefix namespace to in-action call of dynamic nested module (#283) (cea46cc)
v0.4.4
Bug Fixes
- avoid redefinition of the
__ctx__
property (#263) (2598540)
v0.4.3
Bug Fixes
- allow mocking
mutations
and actions
in an action test (#259) (2ee850d)
v0.4.2
Bug Fixes
- allow to use
actions
and mutations
of nested contexts (#243) (2b5c1dd)