Skip to content

Latest commit

 

History

History
185 lines (91 loc) · 7.8 KB

CHANGELOG.md

File metadata and controls

185 lines (91 loc) · 7.8 KB

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)

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)

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

0.1.22 (2020-09-30)

Performance Improvements

  • increase tree-shakeability of module (8b98e33)

0.1.21 (2020-08-30)

Features

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

0.1.20 (2020-08-02)

Bug Fixes

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

0.1.19 (2020-06-13)

Note: Version bump only

0.1.18 (2020-04-20)

Note: Version bump only

0.1.17 (2020-03-05)

Bug Fixes

  • move @nuxt/types and vuex to peerDeps (4d6029e)

0.1.16 (2020-02-08)

Bug Fixes

  • state lazy evaluation in accessor (#75) (bae68f5)

0.1.15 (2019-12-12)

Note: Version bump only

0.1.14 (2019-12-12)

Note: Version bump only

0.1.14-alpha.2 (2019-12-12)

Performance Improvements

0.1.14-alpha.1 (2019-12-12)

Performance Improvements

0.1.14-alpha.0 (2019-12-08)

Note: Version bump only for package typed-vuex

0.1.13 (2019-11-26)

0.1.12 (2019-11-22)

Bug Fixes

  • allow any kind of dispatch (75f4637)

0.1.11 (2019-11-22)

Bug Fixes

  • restore dispatch to action context (019f1bb), closes #43

0.1.10 (2019-11-06)

0.1.9 (2019-11-03)

Bug Fixes

  • require @nuxt/types and vuex as peer deps (c1ebc33)

Features

  • add example codesandbox (a6b89b1)
  • allow simpler usage of useAccessor (9cb8cd2), closes #13

0.1.8 (2019-10-13)

0.1.7 (2019-10-13)

Bug Fixes

  • use correct paths on Windows machines (56b714a)

0.1.6 (2019-10-11)

Features

  • add rootState and rootGetters type helpers (2661017)

0.1.5 (2019-10-06)

Bug Fixes

  • allow defining rootState & rootGetters (fe484b2)

Features

  • add helper functions for use within store (59bed72)

0.1.4 (2019-10-05)

Bug Fixes

  • state is still required (91ae3d7)

Features

0.1.3 (2019-10-05)

Bug Fixes

  • allow partial submodules (d27bea0)
  • allow specifying different rootState (a837a24)
  • convert plugin to ts (ae240eb)

0.1.2 (2019-10-04)

Features

  • add commit and dispatch options (ef320e7)

0.1.1 (2019-10-04)

Features