Skip to content

Releases: microsoft/TypeScript

TypeScript 4.5

17 Nov 20:18
Compare
Choose a tag to compare

TypeScript 4.5 RC

02 Nov 22:57
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:

TypeScript 4.4.4

12 Oct 19:22
Compare
Choose a tag to compare

TypeScript 4.5 Beta

01 Oct 23:48
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:

TypeScript 4.4.3

10 Sep 21:27
Compare
Choose a tag to compare

TypeScript 4.4.2

26 Aug 21:59
Compare
Choose a tag to compare

TypeScript 4.4 RC

12 Aug 23:26
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:

TypeScript 4.3.5

30 Jun 23:49
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.

TypeScript 4.4 Beta

01 Jul 19:54
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:

TypeScript 4.3.4

17 Jun 18:32
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