Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.83 KB

0.3.1 (2022-11-17)

Bug Fixes

  • vm: ensure custom properties can be set and read (784882f)

0.3.0 (2022-11-07)

Bug Fixes

  • add license field to package.json, add repo URL (c1acfe6)
  • add LICENSE file (52b59b5)
  • add proper files option content (47df2e7)
  • ensure cache works with the new types. (babada7)
  • isString should properly guard string type (1629187)
  • make vue peer dep (c8e73ff)
  • type in release-it config file name, add missing plugin package. (7cae268)
  • types: return type should include props and emits keys (4c38321)

Features

  • add composable cache (0838c4b)
  • defineMixin() allows to write typesafe mixins. (1fd5e93)
  • export defineMixin() (0b584ec)