Skip to content

Releases: danielroe/typed-vuex

v0.3.1

08 Jun 10:57
9c19761
Compare
Choose a tag to compare

0.3.1 (2022-06-08)

Bug Fixes

  • add namespaced and strict properties to store interfaces (#272) (bb5ff8d)
  • update vuex peer dependency and bump dev-dependencies (#308) (2ee9967)

v0.3.0

19 Feb 22:57
Compare
Choose a tag to compare

0.3.0 (2022-02-19)

Features

  • add createMapper convenience utility (#264) (a26d2da)

Bug Fixes

  • check Function instance for store state rather than typeof (4363a56)

v0.2.0

29 Apr 08:12
Compare
Choose a tag to compare

0.2.0 (2021-04-29)

⚠ BREAKING CHANGES

  • all imports are now from typed-vuex rather than nuxt-typed-vuex, which is exclusively the module in your nuxt.config

Migration path: Search/replace through your project nuxt-typed-vuex for typed-vuex, with the sole exception of your nuxt.config.js. 😊

Bug Fixes

Code Refactoring

v0.1.22

30 Sep 19:35
379562d
Compare
Choose a tag to compare

Performance Improvements

  • increase tree-shakeability of module (8b98e33)

v0.1.21

30 Aug 21:22
b58f395
Compare
Choose a tag to compare

Features

  • nuxt-typed-vuex: automatically transpile module (35eb0a0)

v0.1.20

02 Aug 07:59
cbfa90b
Compare
Choose a tag to compare

Bug Fixes

  • move @nuxt/types and vuex to peerDeps (4d6029e)
  • state lazy evaluation in accessor (#75) (bae68f5)