Skip to content

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

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

v6.2.5

25 Apr 11:55
13c276f
Compare
Choose a tag to compare

6.2.5 (2021-04-25)

Bug Fixes

  • handle function in watchOptions.ignored (#600) (13c276f)

v6.2.4

21 Apr 21:08
5b7c333
Compare
Choose a tag to compare

6.2.4 (2021-04-21)

v6.2.3

21 Apr 20:46
b38cbcb
Compare
Choose a tag to compare

6.2.3 (2021-04-21)

Bug Fixes

v6.2.2

21 Apr 20:02
0b0703a
Compare
Choose a tag to compare

6.2.2 (2021-04-21)

Bug Fixes

  • gracefully handle invalid "watchOptions.ignored" (#595) (0b0703a), closes #594

v6.2.1

09 Apr 11:25
baa3a37
Compare
Choose a tag to compare

6.2.1 (2021-04-09)

Bug Fixes

  • take into account watchOptions.ignored webpack setting (#586) (baa3a37), closes #583

v6.2.0

18 Mar 14:36
3a2981d
Compare
Choose a tag to compare

6.2.0 (2021-03-18)

Features

  • support custom formatter function (options.formatter) (#578) (3a2981d)

v7.0.0-alpha.1

05 Mar 07:52
a195dd5
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release

7.0.0-alpha.1 (2021-03-05)

Features

  • use simple program for single compilation (no watch) (#574) (a195dd5), closes #572

BREAKING CHANGES

  • 🧨 Use ts.Program and ts.CompilerHost for single compilation by default

v6.1.1

04 Mar 21:39
6e3881d
Compare
Choose a tag to compare

6.1.1 (2021-03-04)

Bug Fixes

  • make logging readable in Windows Command Prompt #573 (6e3881d)