ts-tools

TypeScript Tools for Node.js

MIT License

Downloads
16.8K
Stars
169
Committers
3

Bot releases are hidden (Show)

ts-tools - v6.0.0

Published by AviVahl 2 months ago

What's Changed

Full Changelog: https://github.com/AviVahl/ts-tools/compare/v5.0.2...v6.0.0

ts-tools - v5.0.2 Latest Release

Published by AviVahl about 1 year ago

What's Changed

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

Full Changelog: https://github.com/AviVahl/ts-tools/compare/v5.0.1...v5.0.2

ts-tools - v5.0.1

Published by AviVahl about 1 year ago

  • fix(esm): shortCircuit in resolve as well (cd45b01ebb35df1ac771a88aab0de5fb89fb0691)

Full Changelog: https://github.com/AviVahl/ts-tools/compare/v5.0.0...v5.0.1

ts-tools - v5.0.0

Published by AviVahl over 1 year ago

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: https://github.com/AviVahl/ts-tools/compare/v4.0.0...v5.0.0

ts-tools - v4.0.0

Published by AviVahl over 2 years ago

What's Changed

Full Changelog: https://github.com/AviVahl/ts-tools/compare/v3.0.2...v4.0.0

ts-tools - v3.0.2

Published by AviVahl over 3 years ago

ts-tools - v3.0.1

Published by AviVahl over 3 years ago

  • 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 - @ts-tools/[email protected]

Published by AviVahl about 4 years ago

  • Fix: diagnostic failures with "allowJs".
  • Fix: file filtering when directories are named similarly.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 4 years ago

  • BREAKING: require TypeScript 4.0 or above. Transformers are now using the new ts.NodeFactory API.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 4 years ago

  • New: printed diagnostics are now relative to tsconfig.json.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 4 years ago

  • Breaking: package supports Node 10+.
  • Deps: upgrade to latest stable.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 4 years ago

  • Breaking: package supports Node 10+.
  • Deps: upgrade to latest stable.
ts-tools - @ts-tools/[email protected]

Published by AviVahl about 4 years ago

  • Breaking: package supports Node 10+.
ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

  • Deps: upgrade to commander@5.
ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

  • Deps: upgrade to loader-utils@2.
ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

  • React Dev Transformer: correct "end" for non self-closing elements.
ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

  • correct broken deployment of v1.0.1.
ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

  • react-dev-transformer: add pos/end. useful for identifying nodes back from target.
ts-tools - @ts-tools/[email protected]

Published by AviVahl over 4 years ago

  • FIX: auto pick "es2019" (instead of "es2020") for Node 10+. fixes compatibility with ?? syntax when used on ts3.8+.