Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@LinusBorg LinusBorg released this 07 Nov 21:25
· 16 commits to main since this release

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)