Skip to content

Releases: TypeStrong/fork-ts-checker-webpack-plugin

v9.0.2

29 Oct 20:31
26a81ed
Compare
Choose a tag to compare

9.0.2 (2023-10-29)

Bug Fixes

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

v9.0.1

29 Oct 10:26
c999a13
Compare
Choose a tag to compare

9.0.1 (2023-10-29)

Bug Fixes

v9.0.0

04 Oct 07:31
d3b462e
Compare
Choose a tag to compare

9.0.0 (2023-10-04)

chore

BREAKING CHANGES

  • node: Drop support for Node.js v12

Signed-off-by: Lucian Buzzo lucian.buzzo@gmail.com

v8.0.0

05 Mar 21:24
83cbefb
Compare
Choose a tag to compare

8.0.0 (2023-03-05)

Bug Fixes

Features

BREAKING CHANGES

  • 🧨 Drop support for Vue.js

v6.5.3

05 Mar 20:45
4b0c77a
Compare
Choose a tag to compare

6.5.3 (2023-03-05)

Bug Fixes

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

v7.3.0

10 Jan 22:07
3ae3406
Compare
Choose a tag to compare

7.3.0 (2023-01-10)

Features

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

v7.2.14

16 Dec 00:10
365025d
Compare
Choose a tag to compare

7.2.14 (2022-12-16)

v7.2.13

18 Jul 09:10
ab5b12d
Compare
Choose a tag to compare

7.2.13 (2022-07-18)

Performance Improvements

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

v7.2.12

10 Jul 15:06
7c70b9e
Compare
Choose a tag to compare

7.2.12 (2022-07-10)

Bug Fixes

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

v7.2.11

01 May 19:54
4cc5346
Compare
Choose a tag to compare

7.2.11 (2022-05-01)

Bug Fixes

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