Skip to content

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

v4.1.1

22 Mar 19:04
4013a3f
Compare
Choose a tag to compare

4.1.1 (2020-03-22)

Bug Fixes

  • add a warning message for SIGINT (4013a3f)

v4.1.0

12 Mar 08:18
54a51c7
Compare
Choose a tag to compare

4.1.0 (2020-03-12)

Features

v4.0.5

26 Feb 09:35
d083fc8
Compare
Choose a tag to compare

4.0.5 (2020-02-26)

Bug Fixes

  • properly output chained Typescript errors (#390) (d083fc8)

v4.0.4

13 Feb 08:04
df98e98
Compare
Choose a tag to compare

4.0.4 (2020-02-13)

Bug Fixes

  • prevent null-pointer error after killing child process (642b5bf), closes #363

v4.0.3

27 Jan 09:57
9887bd1
Compare
Choose a tag to compare

4.0.3 (2020-01-27)

Bug Fixes

  • change import of crypto (1c82006)

v4.0.2

21 Jan 22:01
36a649a
Compare
Choose a tag to compare

4.0.2 (2020-01-21)

Bug Fixes

  • remove @types/eslint dependency as eslint is optional (a9db0d0), closes #379

v4.0.1

17 Jan 10:54
3c3b894
Compare
Choose a tag to compare

4.0.1 (2020-01-17)

Bug Fixes

  • bump patch version because of previous misconfiguration (27f2719)

v4.0.0

14 Feb 08:12
5008da9
Compare
Choose a tag to compare

4.0.0 (2020-01-17)

Features

  • re-design NormalizedMessage and Formatter (6423d3d)
  • drop support for multi-process mode (e345adc)
  • drop watch paths option (ac91b7b)
  • drop support for webpack 1 and 3 (157aa02)
  • change configuration to support Node.js 6 (a0208ba)
  • drop tslint support (1d410d9)

BREAKING CHANGES

  • 🧨 Removed colors option from the plugin settings,
  • 🧨 Changed type from NormalizedType to Issue which is used by plugin hooks and formatters,
  • 🧨 Formatter will not receive second argument useColors - it should be handled automatically by the formatter (for example by using chalk)
  • 🧨 Dropped support for multi-process mode (removed workers option from
    plugin configuration, workersNumber argument from serviceStart hook
    and pre-computed consts: ONE_CPU, ALL_CPUS, ONE_CPU_FREE, TWO_CPUS_FREE)
  • 🧨 Dropped support for watch paths option (removed watch option from
    the plugin-configuration and watchPaths argument from serviceStart
    hook)
  • 🧨 Dropped support for webpack 2.0 and webpack 3.0
  • 🧨 Dropped support for TsLint
  • 🧨 Removed "tslint" and "tslintAutoFix" option
  • 🧨 Removed "hasTslint" argument for the "waiting" plugin hook
  • 🧨 Removed "tslintPath" argument for the "serviceStart" plugin hook

v4.0.0-beta.5

29 Dec 17:29
Compare
Choose a tag to compare

4.0.0-beta.5 (2019-12-29)

Features

  • change configuration to support Node.js 6 (a0208ba)
  • drop tslint support (1d410d9)

BREAKING CHANGES

  • 🧨 Dropped support for TsLint
  • 🧨 Removed "tslint" and "tslintAutoFix" option
  • 🧨 Removed "hasTslint" argument for the "waiting" plugin hook
  • 🧨 Removed "tslintPath" argument for the "serviceStart" plugin hook

v4.0.0-beta.4

20 Dec 05:25
Compare
Choose a tag to compare

4.0.0-beta.4 (2019-12-20)

Features

  • drop support for webpack 1 and 3 (157aa02)

BREAKING CHANGES

  • 🧨 Dropped support for webpack 2.0 and webpack 3.0