Skip to content

Releases: ktsn/vuex-smart-module

v0.6.2

08 Nov 09:11
881480b
Compare
Choose a tag to compare

Features

  • support native composition api of Vue 2.7 (#660) (2c66590)

v0.6.1

11 Jun 04:30
0af674f
Compare
Choose a tag to compare

Bug Fixes

  • do not include composition api package (2ae9361)

v1.0.0

04 Jun 06:39
Compare
Choose a tag to compare

Features

  • support Vue 3 and Vuex 4 (6c0e9ea)

BREAKING CHANGES

  • No longer support Vue 2 and Vuex 3

v0.6.0

04 Jun 04:59
Compare
Choose a tag to compare

Bug Fixes

  • prefer unknown to any for return type of actions (fix #424) (a94f484)

Features

BREAKING CHANGES

  • The return type of actions is unknown now

v0.5.0

22 Dec 15:44
509fe33
Compare
Choose a tag to compare

Bug Fixes

  • avoid reusing context between stores (#365) (30e5a36)

Features

  • merge with raw vuex modules shallowly (#366) (509fe33)

v0.4.6

20 Sep 05:38
113bb26
Compare
Choose a tag to compare

Bug Fixes

  • avoid producing vuex warning with multiple getters in the same namespace (#308) (113bb26)

v0.4.5

17 Aug 02:57
cea46cc
Compare
Choose a tag to compare

Bug Fixes

  • prefix namespace to in-action call of dynamic nested module (#283) (cea46cc)

v0.4.4

21 Jul 16:46
2598540
Compare
Choose a tag to compare

Bug Fixes

  • avoid redefinition of the __ctx__ property (#263) (2598540)

v0.4.3

11 Jul 11:19
Compare
Choose a tag to compare

Bug Fixes

  • allow mocking mutations and actions in an action test (#259) (2ee850d)

v0.4.2

26 Jun 13:17
2b5c1dd
Compare
Choose a tag to compare

Bug Fixes

  • allow to use actions and mutations of nested contexts (#243) (2b5c1dd)