Releases: AviVahl/ts-tools
Releases · AviVahl/ts-tools
v6.0.0
v5.0.2
v5.0.1
v5.0.0
What's Changed
- BREAKING: require Node 16 or above
- BREAKING: use
package.json
->"exports"
in all packages - fix(esm): mark
load
hook asshortCircuit
Full Changelog: v4.0.0...v5.0.0
v4.0.0
v3.0.2
v3.0.1
- Breaking: drop Node 10 support.
- Breaking: drop webpack 4 support.
- Breaking: default to using
"jsx": "react-jsxdev"
(v17+) when notsconfig.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/[email protected]
- BREAKING: require TypeScript 4.0 or above. Transformers are now using the new
ts.NodeFactory
API.
@ts-tools/[email protected]
- Fix: diagnostic failures with
"allowJs"
. - Fix: file filtering when directories are named similarly.
@ts-tools/[email protected]
- New: printed diagnostics are now relative to
tsconfig.json
.