Releases: huybuidac/vuex-extensions
Releases · huybuidac/vuex-extensions
v4.1.0
26 Jul 06:33
Compare
Sorry, something went wrong.
No results found
Bug fixes:
#95 Javascript Set in state
v1.2.2
26 Jul 06:33
Compare
Sorry, something went wrong.
No results found
Bug fixes:
#95 Javascript Set in state
v4.0.0
07 Jun 15:30
Compare
Sorry, something went wrong.
No results found
v1.1.5
08 Feb 09:04
Compare
Sorry, something went wrong.
No results found
[Features]
#15 Add options to store.reset
v1.0.10
02 Feb 14:25
Compare
Sorry, something went wrong.
No results found
Bug fixes:
#16 [Bug] store.reset crashed if store was created has nested module
v1.0.9
19 Jan 10:52
Compare
Sorry, something went wrong.
No results found
[Improments]
Improve Typescript definition
export interface ResetableStore < S > extends Store < S > {
reset ( ) : void ;
}
export interface MixinStoreOptions < S > extends StoreOptions < S > {
mixins ?: {
getters ?: GetterTree < S , S > ;
actions ?: ActionTree < S , S > ;
mutations ?: MutationTree < S > ;
} ;
}
v1.0.8
19 Jan 09:46
Compare
Sorry, something went wrong.
No results found
v1.0.6
19 Jan 08:45
Compare
Sorry, something went wrong.
No results found