Skip to content

Releases: AviVahl/ts-tools

v5.0.2

24 Aug 22:41
Compare
Choose a tag to compare

What's Changed

  • fix(webpack-loader): override module if cjs/none (cbc62e2)

Full Changelog: v5.0.1...v5.0.2

v5.0.1

20 Jul 14:39
Compare
Choose a tag to compare
  • fix(esm): shortCircuit in resolve as well (cd45b01)

Full Changelog: v5.0.0...v5.0.1

v5.0.0

19 Jul 12:43
Compare
Choose a tag to compare

What's Changed

  • BREAKING: require Node 16 or above
  • BREAKING: use package.json -> "exports" in all packages
  • fix(esm): mark load hook as shortCircuit

Full Changelog: v4.0.0...v5.0.0

v4.0.0

09 May 13:48
Compare
Choose a tag to compare

What's Changed

  • chore!: drop Node 12; add 18 by @AviVahl in #334
  • fix(esm): adjust to new Node 16 loader API by @AviVahl in #254
  • chore(deps): upgrade to latest stable

Full Changelog: v3.0.2...v4.0.0

v3.0.2

28 Jun 19:00
Compare
Choose a tag to compare
  • fix(webpack-loader): correct peerDep range (3304dab)

v3.0.1

26 Jun 19:05
Compare
Choose a tag to compare
  • Breaking: drop Node 10 support.
  • Breaking: drop webpack 4 support.
  • Breaking: default to using "jsx": "react-jsxdev" (v17+) when no tsconfig.json file is found. Previous default was "jsx": "react".
  • webpack-loader: drop usage of deprecated loader-utils in favor of built-in webpack functionality.

@ts-tools/robotrix@3.0.0

04 Sep 22:19
Compare
Choose a tag to compare
  • BREAKING: require TypeScript 4.0 or above. Transformers are now using the new ts.NodeFactory API.

@ts-tools/build@2.1.1

04 Sep 22:21
Compare
Choose a tag to compare
  • Fix: diagnostic failures with "allowJs".
  • Fix: file filtering when directories are named similarly.

@ts-tools/build@2.1.0

12 Aug 12:32
Compare
Choose a tag to compare
  • New: printed diagnostics are now relative to tsconfig.json.

@ts-tools/webpack-loader@2.0.0

21 Jul 00:31
Compare
Choose a tag to compare
  • Breaking: package supports Node 10+.