Skip to content

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

v6.2.13

23 Jul 23:07
d660ad1
Compare
Choose a tag to compare

6.2.13 (2021-07-23)

Bug Fixes

  • ensure typescript is imported only as type-only (#633) (d660ad1)

v6.2.12

19 Jun 08:18
8d8125c
Compare
Choose a tag to compare

6.2.12 (2021-06-19)

Bug Fixes

  • use "exclude" from tsconfig.json in webpack watch (#624) (8d8125c)

v6.2.11

19 Jun 07:13
0e682bb
Compare
Choose a tag to compare

6.2.11 (2021-06-19)

Bug Fixes

  • list symlinked dirs in controlled typescript system (#625) (0e682bb)

v6.2.10

18 May 20:56
05cf957
Compare
Choose a tag to compare

6.2.10 (2021-05-18)

Bug Fixes

  • use memfs for ts artifacts to prevent mtime conflict (#617) (05cf957)

v6.2.9

14 May 09:58
c297d58
Compare
Choose a tag to compare

6.2.9 (2021-05-14)

Bug Fixes

  • properly resolve project-references configuration (#615) (c297d58)

v6.2.8

13 May 20:54
f83ac29
Compare
Choose a tag to compare

6.2.8 (2021-05-13)

Bug Fixes

  • do not emit buildinfo file if outfile is specified (#614) (f83ac29), closes #608

v7.0.0-alpha.3

12 May 06:20
98e4f39
Compare
Choose a tag to compare
v7.0.0-alpha.3 Pre-release
Pre-release

7.0.0-alpha.3 (2021-05-12)

Features

BREAKING CHANGES

  • 🧨 ESLint no longer supported by the plugin

v6.2.7

11 May 21:02
6fccb20
Compare
Choose a tag to compare

6.2.7 (2021-05-11)

Bug Fixes

  • avoid loading configs from node_modules dir (#613) (6fccb20), closes #606

v7.0.0-alpha.2

06 May 21:11
Compare
Choose a tag to compare
v7.0.0-alpha.2 Pre-release
Pre-release

7.0.0-alpha.2 (2021-05-06)

Bug Fixes

  • gracefully handle invalid "watchOptions.ignored" (#595) (0b0703a), closes #594
  • handle function in watchOptions.ignored (#600) (13c276f)
  • invoke watcher in relevant .d.ts files (#597) (b38cbcb), closes #593
  • make logging readable in Windows Command Prompt #573 (6e3881d)
  • resolve eslint dependencies for proper watching (#602) (58ef473), closes #580
  • take into account watchOptions.ignored webpack setting (#586) (baa3a37), closes #583

Features

  • enhance the issue formatter to get a customized function (#578) (3a2981d)

v6.2.6

03 May 20:40
58ef473
Compare
Choose a tag to compare

6.2.6 (2021-05-03)

Bug Fixes

  • resolve eslint dependencies for proper watching (#602) (58ef473), closes #580