Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@andrewvasilchuk andrewvasilchuk released this 26 Sep 14:41
· 19 commits to master since this release

I'm glad to introduce a 2.0.0 version.

Short list of changes:

  • Provide different types of modules (ESM, CommonJS, UMD)
  • Rewrite using TypeScript
  • Enhance project infrastructure (GitHub Actions, enforce code style, enforce commit message style)
  • Remove checks for invalid directive value, since they only increases a bundle size and their profit is relatively small
  • Add IDE IntelliSense support (Vetur)

Full list of changes:

BREAKING CHANGES:

  • remove checks for a valid value 17627ec
  • rewrite using TypeScript 170bf1a

Build

Chore

Docs

Test

CI

Style