Skip to content

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

v4.0.0-beta.3

19 Dec 09:07
Compare
Choose a tag to compare

4.0.0-beta.3 (2019-12-19)

Features

  • drop watch paths option (ac91b7b)

BREAKING CHANGES

  • 🧨 Dropped support for watch paths option (removed watch option from
    the plugin-configuration and watchPaths argument from serviceStart
    hook)

v4.0.0-beta.2

18 Dec 02:59
Compare
Choose a tag to compare

4.0.0-beta.2 (2019-12-18)

Features

  • drop support for multi-process mode (e345adc)

BREAKING CHANGES

  • 🧨 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)

v4.0.0-beta.1

16 Dec 09:42
Compare
Choose a tag to compare

4.0.0-beta.1 (2019-12-16)

Features

  • re-design NormalizedMessage and Formatter (6423d3d)

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)

v3.1.1

25 Nov 15:08
Compare
Choose a tag to compare

3.1.1 (2019-11-25)

Bug Fixes

  • dependency: updating chokidar as per original issue (04581f4)

v3.1.0

08 Nov 04:15
Compare
Choose a tag to compare

3.1.0 (2019-11-08)

Features

  • add nativescript-vue-template-compiler support (#354) (032475e)

v3.0.1

29 Oct 09:25
73e3903
Compare
Choose a tag to compare

3.0.1 (2019-10-29)

Bug Fixes

v3.0.0

29 Oct 05:50
074b2bf
Compare
Choose a tag to compare

3.0.0 (2019-10-29)

Bug Fixes

BREAKING CHANGES

  • 🧨 afterCompileCallback replaced with emitCallback

v2.0.0

25 Oct 12:38
Compare
Choose a tag to compare

2.0.0 (2019-10-25)

Bug Fixes

  • change fork-ts-checker-emit to fork-ts-checker-after-compile (dd410b0)
  • replace emit hook with afterCompile (2e3aedd)

BREAKING CHANGES

  • The emit hook is replaced with afterCompile hook.

v1.6.0

24 Oct 05:48
9c37ebc
Compare
Choose a tag to compare

1.6.0 (2019-10-24)

Features

v1.5.1

14 Oct 09:23
Compare
Choose a tag to compare

1.5.1 (2019-10-14)

Bug Fixes

  • log everything to stderr, not stdout (#321) (a89fdaf)