Releases: gertqin/vuex-class-modules
Releases · gertqin/vuex-class-modules
v1.3.0
07 Mar 19:47
Compare
Sorry, something went wrong.
No results found
🔧 Improvements
Added support for Vite HMR (#51 ).
v1.2.0
23 Dec 07:49
Compare
Sorry, something went wrong.
No results found
🔧 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
Sorry, something went wrong.
No results found
🐛 Bug Fixes
Fixed bugs around module inheritance (#20 ). Thanks to @seflue , who contributed this fix.
v1.1.2
12 Oct 07:48
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
When using inheritance, getters from parent classes are now correctly registered in vuex. Thanks to @budziam , who contributed this fix.
🏠 Internal
v1.1.1
30 Aug 07:42
Compare
Sorry, something went wrong.
No results found
$watch functions can be unwatched (#23 ), thanks to @alsotang
Updated dependencies
v1.1.0
09 Jun 11:34
Compare
Sorry, something went wrong.
No results found
Allow functions in state (#18 )
Updated dependencies
v1.0.1
25 May 14:10
Compare
Sorry, something went wrong.
No results found
v1.0.0
06 Feb 17:34
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Update vuex dependency to release version #8
v0.4.0
14 Jan 16:52
Compare
Sorry, something went wrong.
No results found
Changes
#3 Changed return type of @Action decorator to any
Features
#4 Added store.watch API, thanks to @bodograumann