⚠️ Next versions are available only on the GitHub Releases page ⚠️

1.3.0-beta.1 (2019-04-30)

Bug Fixes

Features

1.2.0 (2019-04-22)

Bug Fixes

Features

1.2.0-beta.4 (2019-04-23)

Bug Fixes

Features

1.2.0-beta.3 (2019-04-22)

Bug Fixes

1.2.0-beta.2 (2019-04-22)

Bug Fixes

1.2.0-beta.1 (2019-04-22)

Features

v1.1.1

v1.1.0

v1.0.4

v1.0.3

v1.0.2

v1.0.1

v1.0.0

This is the first major version of fork-ts-checker-webpack-plugin. A long time coming :-)

There are actually no breaking changes that we're aware of; users of 0.x fork-ts-checker-webpack-plugin should be be able to upgrade without any drama. Users of TypeScript 3+ may notice a performance improvement as by default the plugin now uses the incremental watch API in TypeScript. Should this prove problematic you can opt out of using it by supplying useTypescriptIncrementalApi: false.

We are aware of an issue with Vue and the incremental API. We hope it will be fixed soon - a generous member of the community is taking a look. In the meantime, we will not default to using the incremental watch API when in Vue mode.

The plugin supports webpack 2, 3, 4 and 5 alpha and TypeScript 2.1+ alongside tslint 4+.

See also: https://blog.johnnyreilly.com/2019/03/the-big-one-point-oh.html

v1.0.0-alpha.10

v1.0.0-alpha.9

v1.0.0-alpha.8

v1.0.0-alpha.7

v1.0.0-alpha.6

v1.0.0-alpha.5

v1.0.0-alpha.4

v1.0.0-alpha.3

v1.0.0-alpha.2

v1.0.0-alpha.1

v1.0.0-alpha.0

Breaking Changes

Version 1.x additionally supports webpack 5 alongside webpack 4, whose hooks are now tapped differently:

diff - compiler.hooks.forkTsCheckerDone.tap(...args) + const forkTsCheckerHooks = ForkTsCheckerWebpackPlugin.getCompilerHooks(compiler) + forkTsCheckerHooks.done.tap(...args)

v1.0.0-alpha.0 drops support for node 6.

v0.5.2

v0.5.1

0.5.0

v0.4.15

v0.4.14

v0.4.13

v0.4.12

v0.4.11

v0.4.10

v0.4.9

v0.4.8

v0.4.7

v0.4.6

v0.4.5

v0.4.4

v0.4.3

v0.4.2

v0.4.1

v0.4.0

v0.3.0

v0.2.10

v0.2.9

v0.2.8

v0.2.7

v0.2.6

v0.2.5

v0.2.4

v0.2.3

v0.2.2

v0.2.1

v0.2.0

v0.1.5

v0.1.4

v0.1.3

v0.1.2

v0.1.1

v0.1.0