Skip to content

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

v7.2.2

03 Apr 16:56
2d32941
Compare
Choose a tag to compare

7.2.2 (2022-04-03)

Bug Fixes

  • downgrade schema-utils to fix dependency conflicts (#725) (2d32941), closes #706

v7.2.1

12 Feb 22:24
b5a38c1
Compare
Choose a tag to compare

7.2.1 (2022-02-12)

Bug Fixes

v7.2.0

08 Feb 07:36
Compare
Choose a tag to compare

7.2.0 (2022-02-08)

Features

  • allow to use webpack infrastructure logger (a6b66eb)

v7.1.1

06 Feb 19:36
78b6090
Compare
Choose a tag to compare

7.1.1 (2022-02-06)

Bug Fixes

  • add new files to list of dependencies in project references (#709) (78b6090)

v7.1.0

06 Feb 18:23
74a6afa
Compare
Choose a tag to compare

7.1.0 (2022-02-06)

Features

  • add stats to async mode (b48f98a), closes #635
  • support 'write-dts' mode in single and watch run (#708) (74a6afa)

v7.0.0

29 Jan 01:32
6d7f64f
Compare
Choose a tag to compare

7.0.0 (2022-01-29)

This release drops support for some older versions of TypeScript, Webpack, and Node.js, and removes EsLint feature.

Bug Fixes

  • require typescript@^3.8.0 for build: true mode (#672) (871bfe8)

Features

BREAKING CHANGES

  • 🧨 Webpack 4 is no longer supported. Please upgrade to Webpack ^5.11.0 or use an older version of the plugin.
  • 🧨 ESLint is no longer supported. Please use version 6 of the plugin if you need eslint support, or switch to a different plugin for linting.
  • 🧨 TypeScript < 3.6.0 is no longer supported. Please use version 6 of the plugin if you depend on an older version of TypeScript
  • 🧨 Node.js < 12 is no longer supported.
  • 🧨 Minimal version of TypeScript with { build: true } mode changed from 3.6.0 to 3.8.0
  • 🧨 Changes in options: logger.issues becomes logger, logger.devServer becomes devServer, logger.infrastructure has been removed

v7.0.0-alpha.16

29 Jan 00:34
954385e
Compare
Choose a tag to compare
v7.0.0-alpha.16 Pre-release
Pre-release

7.0.0-alpha.16 (2022-01-29)

v7.0.0-alpha.15

28 Jan 22:56
c358dfb
Compare
Choose a tag to compare
v7.0.0-alpha.15 Pre-release
Pre-release

7.0.0-alpha.15 (2022-01-28)

Bug Fixes

  • add missing peer dependencies (#507) (34ebcd8)
  • add missing realpath and initialize files in memory (c37a58c), closes #630
  • avoid loading configs from node_modules dir (#613) (6fccb20), closes #606
  • do not emit buildinfo file if outfile is specified (#614) (f83ac29), closes #608
  • ensure typescript is imported only as type-only (#633) (d660ad1)
  • list symlinked dirs in controlled typescript system (#625) (0e682bb)
  • properly resolve project-references configuration (#615) (c297d58)
  • recompute dependencies on every run (7afc037)
  • support "setup" attribute in <script> tag in vue 3 (#667) (2cfe45f), closes #665
  • support "setup" attribute in <script> tag in vue 3 (#676) (40e4ecf), closes #668
  • use "exclude" from tsconfig.json in webpack watch (#624) (8d8125c)
  • use memfs for ts artifacts to prevent mtime conflict (#617) (05cf957)

Features

Reverts

  • "fix: support "setup" attribute in <script> tag in vue 3 (#676)" (#678) (b1c0d9a)
  • support "setup" attribute in <script> tag in vue 3 (#667) (e9a4e8d)

v7.0.0-alpha.14

28 Jan 20:57
03abe7b
Compare
Choose a tag to compare
v7.0.0-alpha.14 Pre-release
Pre-release

7.0.0-alpha.14 (2022-01-28)

v7.0.0-alpha.13

28 Jan 20:04
4b13fd3
Compare
Choose a tag to compare
v7.0.0-alpha.13 Pre-release
Pre-release

7.0.0-alpha.13 (2022-01-28)

Features

BREAKING CHANGES

  • 🧨 Changes in options: logger.issues becomes logger, logger.devServer
    becomes devServer, logger.infrastructure has been removed