Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v6.5.0
6.5.0 (2021-11-29)
Features
v6.4.2
6.4.2 (2021-11-23)
Reverts
- "fix: support "setup" attribute in <script> tag in vue 3 (#676)" (#678) (b1c0d9a)
v6.4.1
6.4.1 (2021-11-23)
Bug Fixes
- support "setup" attribute in <script> tag in vue 3 (#676) (40e4ecf), closes #668
v7.0.0-alpha.9
Bug Fixes
- require typescript@^3.8.0 for build: true mode (#672) (871bfe8)
BREAKING CHANGES
- 🧨 Minimal version of TypeScript with { build: true } mode changed from 3.6.0 to 3.8.0
v6.4.0
6.4.0 (2021-10-20)
Features
v6.3.6
6.3.6 (2021-10-20)
Reverts
- support "setup" attribute in <script> tag in vue 3 (#667) (e9a4e8d)
v6.3.5
6.3.5 (2021-10-19)
Bug Fixes
- support "setup" attribute in <script> tag in vue 3 (#667) (2cfe45f), closes #665