Skip to content

Releases: zcf0508/vuex-typed

v0.2.10

19 Jan 05:35
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • type: Avoid type mismatch when commit with optional parameter  -  by @zcf0508 (553d9)
    View changes on GitHub

v0.2.9

05 Jan 08:15
Compare
Choose a tag to compare

   🚀 Features

  • MapActions and mapMutaions support optional payload  -  by @zcf0508 (63463)
    View changes on GitHub

v0.2.8

05 Jan 07:55
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.7

21 Dec 02:53
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.6

21 Dec 02:51
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.5

20 Dec 08:09
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.4

20 Dec 05:40
Compare
Choose a tag to compare

   🚀 Features

  • commit and dispatch support default undefined payload  -  by @zcf0508 (314be)
    View changes on GitHub

v0.2.3

11 Oct 05:42
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • dispatch commit getters parameter type error with namespaced modules  -  by @zcf0508 (0f042)
    View changes on GitHub

v0.2.2

01 Sep 11:21
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fix the issue of incorrect mapX function types in multiple Module scenarios.  -  by @zcf0508 (f4df1)
    View changes on GitHub

v0.2.1

01 Sep 09:26
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Make the options parameter of defineStore and defineModule optional  -  by @zcf0508 (567de)
  • Fix the issue where the map function exposes additional data when accepting an array parameter  -  by @zcf0508 (5ca21)
    View changes on GitHub