Fork Ts Checker Webpack Plugin Versions Save

Webpack plugin that runs typescript type checker on a separate process.

v9.0.2

6 months ago

9.0.2 (2023-10-29)

Bug Fixes

  • issue-webpack-error should not add colors to file string (#825) (d5e7e32)

v9.0.1

6 months ago

9.0.1 (2023-10-29)

Bug Fixes

v9.0.0

7 months ago

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

1 year ago

8.0.0 (2023-03-05)

Bug Fixes

Features

BREAKING CHANGES

  • 🧨 Drop support for Vue.js

v6.5.3

1 year ago

6.5.3 (2023-03-05)

Bug Fixes

  • make performance API compatible with TypeScript 5 (4b0c77a), closes #797 #803

v7.3.0

1 year ago

7.3.0 (2023-01-10)

Features

  • add formatter.pathType option for absolute path (#792) (3ae3406), closes #789

v7.2.14

1 year ago

7.2.14 (2022-12-16)

v7.2.13

1 year ago

7.2.13 (2022-07-18)

Performance Improvements

  • abort stale type-checks on fast recompilations (#764) (ab5b12d)

v7.2.12

1 year ago

7.2.12 (2022-07-10)

Bug Fixes

  • remove node_modules from built-in ignored dirs (#757) (7c70b9e), closes #752

v7.2.11

2 years ago

7.2.11 (2022-05-01)

Bug Fixes

  • bring back :line:col format in webpack errors (#716) (4cc5346), closes #489