Skip to content

Releases: gertqin/vuex-class-modules

v1.3.0

07 Mar 19:47
Compare
Choose a tag to compare

🔧 Improvements

  • Added support for Vite HMR (#51).

v1.2.0

23 Dec 07:49
Compare
Choose a tag to compare

🔧 Improvements

  • Added commonjs module build alongside the esm build (#46). Thanks to @ftes, who contributed this fix.

v1.1.3

10 Oct 07:31
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed bugs around module inheritance (#20). Thanks to @seflue, who contributed this fix.

v1.1.2

12 Oct 07:48
32bffc4
Compare
Choose a tag to compare

🐛 Bug Fixes

  • When using inheritance, getters from parent classes are now correctly registered in vuex. Thanks to @budziam, who contributed this fix.

🏠 Internal

  • Updated devDependencies

v1.1.1

30 Aug 07:42
Compare
Choose a tag to compare
  • $watch functions can be unwatched (#23), thanks to @alsotang
  • Updated dependencies

v1.1.0

09 Jun 11:34
Compare
Choose a tag to compare
  • Allow functions in state (#18)
  • Updated dependencies

v1.0.1

25 May 14:10
Compare
Choose a tag to compare

Fixed #11 & #16 (thanks to @frankshaka)

v1.0.0

06 Feb 17:34
Compare
Choose a tag to compare

The version number is bumbed to 1.0.0 as the library seems stable.

Improvements

#9 The modules now correctly maintain the prototype chain and thus preserve metadata, thanks to @bodograumann

v0.4.1

01 Feb 16:24
Compare
Choose a tag to compare
  • Update vuex dependency to release version #8

v0.4.0

14 Jan 16:52
Compare
Choose a tag to compare

Changes

#3 Changed return type of @Action decorator to any

Features

#4 Added store.watch API, thanks to @bodograumann