Skip to content

Releases: ktsn/vuex-class

v0.3.2

15 Mar 02:49
Compare
Choose a tag to compare

Include vue-class-component v7.0.0 in peerDependencies (#48)

v0.3.1

09 May 12:04
Compare
Choose a tag to compare

Features

  • simplify namespace helper (aa5b4f3)

v0.3.0

18 Oct 14:02
Compare
Choose a tag to compare

Breaking Changes

  • vuex-class now supports Vue >= 2.5.0, Vuex >= 3.0.0 and vue-class-component >= 6.0.0

v0.2.0

29 Apr 16:39
Compare
Choose a tag to compare

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

20 Jan 05:11
Compare
Choose a tag to compare

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)

v0.1.1

14 Jan 11:03
Compare
Choose a tag to compare

Fixed

Fix doc 😆

v0.1.0

14 Jan 11:03
Compare
Choose a tag to compare

Initial release