Releases: danielroe/typed-vuex
Releases · danielroe/typed-vuex
v0.3.1
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
0.3.0 (2022-02-19)
Features
Bug Fixes
- check Function instance for store state rather than typeof (4363a56)
v0.2.0
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
Performance Improvements
- increase tree-shakeability of module (8b98e33)
v0.1.21
Features
- nuxt-typed-vuex: automatically transpile module (35eb0a0)
v0.1.20
Bug Fixes
- move @nuxt/types and vuex to peerDeps (4d6029e)
- state lazy evaluation in accessor (#75) (bae68f5)