Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v9.0.2
9.0.2 (2023-10-29)
Bug Fixes
- issue-webpack-error should not add colors to file string (#825) (d5e7e32)
v9.0.1
9.0.1 (2023-10-29)
Bug Fixes
v9.0.0
9.0.0 (2023-10-04)
chore
BREAKING CHANGES
- node: Drop support for Node.js v12
Signed-off-by: Lucian Buzzo [email protected]
v8.0.0
8.0.0 (2023-03-05)
Bug Fixes
Features
BREAKING CHANGES
- 🧨 Drop support for Vue.js
v6.5.3
6.5.3 (2023-03-05)
Bug Fixes
- make performance API compatible with TypeScript 5 (4b0c77a), closes #797 #803
v7.3.0
7.3.0 (2023-01-10)
Features
- add
formatter.pathType
option for absolute path (#792) (3ae3406), closes #789
v7.2.13
7.2.13 (2022-07-18)
Performance Improvements
- abort stale type-checks on fast recompilations (#764) (ab5b12d)
v7.2.12
7.2.12 (2022-07-10)
Bug Fixes
- remove node_modules from built-in ignored dirs (#757) (7c70b9e), closes #752
v7.2.11
7.2.11 (2022-05-01)
Bug Fixes
- bring back :line:col format in webpack errors (#716) (4cc5346), closes #489