Skip to content
Compare
Choose a tag to compare
Compare
Choose a tag to compare

TypeScript 4.5 RC

Pre-release
Pre-release

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Compare
Choose a tag to compare

TypeScript 4.5 Beta

Pre-release
Pre-release

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Compare
Choose a tag to compare
Compare
Choose a tag to compare
Compare
Choose a tag to compare

TypeScript 4.4 RC

Pre-release
Pre-release

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Compare
Choose a tag to compare

TypeScript 4.4 Beta

Pre-release
Pre-release

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Compare
Choose a tag to compare

This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.

Compare
Choose a tag to compare

This release

  • adds an optional getCustomTransformers method to the SolutionBuilderHost* APIs
  • uses the transforms given by getCustomTransformers in Builder Program instances when running emit() methods in cases where customTransforms are not given.

See the change for more details