Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

80 lines (39 loc) · 3.64 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2020-01-16)

Features

  • add initial support for vue devtools (#13) (b47bcd3)

1.2.0 (2019-11-22)

Features

  • expose / on store instance (68c4334)

Bug Fixes

  • nuxt: add prefix to app. (69a3d97)
  • nuxt: allow to enable statorMap mixin as module option (6f1d6c1)
  • create module context outside for loop for actions (91dc6e9)

1.2.0-beta.0 (2019-11-19)

Features

  • add mixin for real (f0b0b1b)
  • add mixin to map state by component option (f6d9809)
  • allow statorMap to be a function (5e32620)

Bug Fixes

  • use similar fingerprints as Vuex for getters/actions (3d6fd1e)

1.1.1 (2019-11-15)

Bug Fixes

  • nuxt: in module its options (569b848)
  • nuxt: use stator dir (2516fd6)

1.1.0 (2019-11-15)

Features

  • use nuxt vuex module for stator initialization (b72b62e)
  • nuxt: add disableVuex option (a307f8d)
  • support map aliases (d066f6e)

Bug Fixes

  • pass Nuxt ssrContext into store (00bb63d)

1.0.0 (2019-11-15)

Features

  • nuxt: expose stator on context (5afe201)
  • improve module support with namespacing (#6) (c0b23a2)

0.0.10 (2019-10-17)

Features

  • show warning in nuxt plugin when store folder doesnt exists (51ccf6a)

Bug Fixes

  • explicitly use esm build in nuxt plugin (be38538)