Skip to content

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

v1.1.1

22 Apr 10:34
Compare
Choose a tag to compare

v1.1.0

20 Apr 07:54
Compare
Choose a tag to compare

v1.0.4

19 Apr 18:15
Compare
Choose a tag to compare

v1.0.3

17 Apr 21:21
0cc9d8c
Compare
Choose a tag to compare

v1.0.2

11 Apr 12:13
Compare
Choose a tag to compare

v1.0.1

27 Mar 17:05
Compare
Choose a tag to compare

v1.0.0

06 Mar 22:07
2c03b7e
Compare
Choose a tag to compare

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

04 Mar 08:57
Compare
Choose a tag to compare

v1.0.0-alpha.9

26 Feb 07:01
547d087
Compare
Choose a tag to compare

v1.0.0-alpha.8

23 Feb 13:29
Compare
Choose a tag to compare