5.0.0-beta.1 (2020-06-04)
Bug Fixes
- close service on the
failed
hook (#417) (7817fcb), closes #411 - handle absolute paths for the eslint.files option (#419) (1ff3ce4), closes #414
- properly handle import modules with .vue suffix (#420) (cfcc0fe), closes #416
- remove references to external typings (#422) (f277444), closes #339
- resolve issue with publishing empty package on the npm (#413) (57cf13a)
- respect eslint extensions in incremental check (2ba396d)
- support webpack multi-compiler (#431) (503a948), closes #426
Features
- add "mode" for typescript reporter (#429) (9b3b9dd)
- add
context
option for typescript reporter (#430) (a430979), closes #297 - change start hook to AsyncSeriesWaterfallHook (#425) (5665dac), closes #424
- export
version
const for external tools (#428) (37b8944) - improve overall typescript performance (#435) (944e0c9)
- remove Yarn PnP extension as it's redundant (#418) (19dba48)
- rename tsconfig option to configFile for consistency (#436) (aa8f74d)
- rewrite the plugin to pay off technological debt (4c38cc1)
- support @vue/compiler-sfc in the vue extension (#423) (8687c63), closes #384
BREAKING CHANGES
- 🧨 Dropped support for Node 6 and Node 8
- 🧨 Changed options format
- 🧨 Changed plugin hooks
- 🧨 Minimum TypeScript >=2.7.0