Releases: ktsn/vuex-class
Releases · ktsn/vuex-class
v0.3.2
Include vue-class-component v7.0.0 in peerDependencies (#48)
v0.3.1
Features
- simplify namespace helper (aa5b4f3)
v0.3.0
Breaking Changes
- vuex-class now supports Vue >= 2.5.0, Vuex >= 3.0.0 and vue-class-component >= 6.0.0
v0.2.0
Breaking Changes
- For TypeScript users, vuex-class now requires Vue >= v2.2.0 and vue-class-component >= v5.0.0. In addition,
--allowSyntheticDefaultImports
flag of TypeScript is required.
v0.1.3
New
- Allow to omit the argument of each binding decorator. If it is omitted, the decorator use the property name for state/getter/action/mutation type. (via #3)