fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.

MIT License

Downloads
56.6M
Stars
1.9K
Committers
91

Bot releases are hidden (Show)

fork-ts-checker-webpack-plugin - v4.1.2

Published by piotr-oles over 4 years ago

4.1.2 (2020-03-26)

Bug Fixes

  • fix "ESLint fix option silently fails" issue (#401) (5be63fa), closes #400
fork-ts-checker-webpack-plugin - v4.1.1

Published by piotr-oles over 4 years ago

4.1.1 (2020-03-22)

Bug Fixes

  • add a warning message for SIGINT (4013a3f)
fork-ts-checker-webpack-plugin - v4.1.0

Published by piotr-oles over 4 years ago

4.1.0 (2020-03-12)

Features

fork-ts-checker-webpack-plugin - v4.0.5

Published by piotr-oles over 4 years ago

4.0.5 (2020-02-26)

Bug Fixes

  • properly output chained Typescript errors (#390) (d083fc8)
fork-ts-checker-webpack-plugin - v4.0.0

Published by piotr-oles over 4 years ago

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
fork-ts-checker-webpack-plugin - v4.0.4

Published by piotr-oles over 4 years ago

4.0.4 (2020-02-13)

Bug Fixes

  • prevent null-pointer error after killing child process (642b5bf), closes #363
fork-ts-checker-webpack-plugin - v4.0.3

Published by piotr-oles almost 5 years ago

4.0.3 (2020-01-27)

Bug Fixes

  • change import of crypto (1c82006)
fork-ts-checker-webpack-plugin - v4.0.2

Published by piotr-oles almost 5 years ago

4.0.2 (2020-01-21)

Bug Fixes

  • remove @types/eslint dependency as eslint is optional (a9db0d0), closes #379
fork-ts-checker-webpack-plugin - v4.0.1

Published by piotr-oles almost 5 years ago

4.0.1 (2020-01-17)

Bug Fixes

  • bump patch version because of previous misconfiguration (27f2719)
fork-ts-checker-webpack-plugin - v4.0.0-beta.5

Published by piotr-oles almost 5 years ago

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
fork-ts-checker-webpack-plugin - v4.0.0-beta.4

Published by piotr-oles almost 5 years ago

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
fork-ts-checker-webpack-plugin - v4.0.0-beta.3

Published by piotr-oles almost 5 years ago

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)
fork-ts-checker-webpack-plugin - v4.0.0-beta.2

Published by piotr-oles almost 5 years ago

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)
fork-ts-checker-webpack-plugin - v4.0.0-beta.1

Published by piotr-oles almost 5 years ago

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)
fork-ts-checker-webpack-plugin - v3.1.1

Published by piotr-oles almost 5 years ago

3.1.1 (2019-11-25)

Bug Fixes

  • dependency: updating chokidar as per original issue (04581f4)
fork-ts-checker-webpack-plugin - v3.1.0

Published by piotr-oles almost 5 years ago

3.1.0 (2019-11-08)

Features

  • add nativescript-vue-template-compiler support (#354) (032475e)
fork-ts-checker-webpack-plugin - v3.0.1

Published by piotr-oles almost 5 years ago

3.0.1 (2019-10-29)

Bug Fixes

fork-ts-checker-webpack-plugin - v3.0.0

Published by piotr-oles almost 5 years ago

3.0.0 (2019-10-29)

Bug Fixes

BREAKING CHANGES

  • ๐Ÿงจ afterCompileCallback replaced with emitCallback
fork-ts-checker-webpack-plugin - v2.0.0

Published by piotr-oles about 5 years ago

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.
fork-ts-checker-webpack-plugin - v1.6.0

Published by piotr-oles about 5 years ago

1.6.0 (2019-10-24)

Features

Package Rankings
Top 8.17% on Proxy.golang.org
Top 0.7% on Npmjs.org
Badges
Extracted from project README
npm version build status downloads commitizen friendly code style: prettier semantic-release
Related Projects