Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v5.0.0-alpha.6
5.0.0-alpha.6 (2020-05-26)
Bug Fixes
v5.0.0-alpha.5
5.0.0-alpha.5 (2020-05-25)
Bug Fixes
v5.0.0-alpha.4
5.0.0-alpha.4 (2020-05-25)
Features
BREAKING CHANGES
- 🧨 Removed Yarn PnP extension (and related options) as it became
redundant
v5.0.0-alpha.3
v4.1.5
v5.0.0-alpha.2
5.0.0-alpha.2 (2020-05-24)
Bug Fixes
v5.0.0-alpha.1
5.0.0-alpha.1 (2020-05-23)
It's a big release as it contains a major rewrite of the plugin. The features included are:
Features
- Support for TypeScript Watch API controlled by webpack
- Support for TypeScript Solution Builder API (projectReferences)
- Support for TypeScript Incremental API
- Support for Yarn PnP
- Support for EsLint
- TypeScript extensions infrastructure
- Support for Vue.js (TypeScript Watch API)
- E2E Tests
- Support for Webpack 5
- Unified issues processing (include, exclude, issues hook)
- External configuration
- Integration with webpack-dev-server with async: true mode
- Default skipLibCheck: true option
- --json output of stats will not be polluted
BREAKING CHANGES
- 🧨 Dropped support for Node 6 and Node 8
- 🧨 Changed options format
- 🧨 Changed plugin hooks
- 🧨 Minimum TypeScript >=2.7.0