Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

31 lines (15 loc) · 1.47 KB

Changelog

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

0.1.3 (2020-10-06)

Bug Fixes

  • return types from useStore() and context.use() (2c2f34d)

0.1.2 (2020-10-06)

Features

  • plugins: more tests and validations, full coverage (65f4140)
  • plugins: plugin hooks (onInitialized, onUse, onAction, onMutate) #1 (750df52)
  • plugins: VueStorePlugin init moved to the install callback and now accept options (f194e3d)

Bug Fixes

  • do not export store symbol (dd52738)

0.1.1 (2020-10-04)

Features