Skip to content

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

v5.0.0-alpha.6

26 May 08:23
cfcc0fe
Compare
Choose a tag to compare
v5.0.0-alpha.6 Pre-release
Pre-release

5.0.0-alpha.6 (2020-05-26)

Bug Fixes

  • properly handle import modules with .vue suffix (#420) (cfcc0fe), closes #416

v5.0.0-alpha.5

25 May 16:32
1ff3ce4
Compare
Choose a tag to compare
v5.0.0-alpha.5 Pre-release
Pre-release

5.0.0-alpha.5 (2020-05-25)

Bug Fixes

  • handle absolute paths for the eslint.files option (#419) (1ff3ce4), closes #414

v5.0.0-alpha.4

25 May 15:58
19dba48
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release

5.0.0-alpha.4 (2020-05-25)

Features

  • remove Yarn PnP extension as it's redundant (#418) (19dba48)

BREAKING CHANGES

  • 🧨 Removed Yarn PnP extension (and related options) as it became
    redundant

v5.0.0-alpha.3

25 May 15:25
7817fcb
Compare
Choose a tag to compare
v5.0.0-alpha.3 Pre-release
Pre-release

5.0.0-alpha.3 (2020-05-25)

Bug Fixes

v4.1.5

25 May 14:29
77effc8
Compare
Choose a tag to compare

4.1.5 (2020-05-25)

Bug Fixes

v5.0.0-alpha.2

24 May 08:27
57cf13a
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release

5.0.0-alpha.2 (2020-05-24)

Bug Fixes

  • resolve issue with publishing empty package on the npm (#413) (57cf13a)

v5.0.0-alpha.1

23 May 18:33
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2020-05-23)

It's a big release as it contains a major rewrite of the plugin. The features included are:

Features

  • Support for TypeScript Watch API controlled by webpack
  • Support for TypeScript Solution Builder API (projectReferences)
  • Support for TypeScript Incremental API
  • Support for Yarn PnP
  • Support for EsLint
  • TypeScript extensions infrastructure
  • Support for Vue.js (TypeScript Watch API)
  • E2E Tests
  • Support for Webpack 5
  • Unified issues processing (include, exclude, issues hook)
  • External configuration
  • Integration with webpack-dev-server with async: true mode
  • Default skipLibCheck: true option
  • --json output of stats will not be polluted

BREAKING CHANGES

  • 🧨 Dropped support for Node 6 and Node 8
  • 🧨 Changed options format
  • 🧨 Changed plugin hooks
  • 🧨 Minimum TypeScript >=2.7.0

v4.1.4

16 May 16:11
5bdc643
Compare
Choose a tag to compare

4.1.4 (2020-05-16)

Code Refactoring

  • update babel-code-frame to @babel/code-frame (#408) (5bdc643)

v4.1.3

08 Apr 07:13
5fbc15a
Compare
Choose a tag to compare

4.1.3 (2020-04-08)

Bug Fixes

  • measurement formatting as per SI rules (#402) (5fbc15a)

v4.1.2

26 Mar 12:54
5be63fa
Compare
Choose a tag to compare

4.1.2 (2020-03-26)

Bug Fixes

  • fix "ESLint fix option silently fails" issue (#401) (5be63fa), closes #400