Skip to content

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

v6.1.0

10 Jan 01:24
d6484ed
Compare
Choose a tag to compare

6.1.0 (2021-01-10)

Features

  • add built-in support for concurrency limiting (#559) (0bde4cc), closes #441

v6.0.8

20 Dec 18:28
8f49d3e
Compare
Choose a tag to compare

6.0.8 (2020-12-20)

v6.0.7

15 Dec 09:35
2a1348d
Compare
Choose a tag to compare

6.0.7 (2020-12-15)

Bug Fixes

  • only invoke WDS tap when there are issues (#547) (2a1348d)

v6.0.6

11 Dec 10:24
db5a181
Compare
Choose a tag to compare

6.0.6 (2020-12-11)

v6.0.5

04 Dec 09:27
2f330b5
Compare
Choose a tag to compare

6.0.5 (2020-12-04)

Bug Fixes

  • use external store for files change to not rely on wfs (#546) (2f330b5)

v6.0.4

26 Nov 21:31
8978049
Compare
Choose a tag to compare

6.0.4 (2020-11-26)

Bug Fixes

  • pass dirs to built-in watcher to avoid issues (#542) (8978049)

v6.0.3

17 Nov 17:35
c0bf2d2
Compare
Choose a tag to compare

6.0.3 (2020-11-17)

Bug Fixes

  • use cwd in async: false mode for consistency (#533) (c0bf2d2), closes #509

v6.0.2

15 Nov 16:06
8cd7304
Compare
Choose a tag to compare

6.0.2 (2020-11-15)

Bug Fixes

v6.0.1

09 Nov 10:27
ca4dce0
Compare
Choose a tag to compare

6.0.1 (2020-11-09)

Bug Fixes

  • remove .ts extension for .vue files in dependencies (#528) (ca4dce0), closes #527

v6.0.0

06 Nov 21:08
4588206
Compare
Choose a tag to compare

6.0.0 (2020-11-06)

Features

  • add support for "generateTrace" tsconfig option (#523) (e90c7e4)
  • use webpack's built-in watching instead of polling (fb22e47)

BREAKING CHANGES

  • 🧨 Remove issue.scope option and use new watch architecture