Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
microsoft/TypeScriptv6.x
2 releases

TL;DR

TypeScript 6.0.3 improves code completion and error reporting when using decorators (code modifiers) by addressing a regression introduced in v6.0.2.

Fixes Worth Knowing

Code completion now functions correctly with decorators. Error messages related to decorator usage are more accurate and helpful.

Apr 16, 2026
Mar 23, 2026
microsoft/TypeScriptv6.xprerelease
2 releases

TL;DR

TypeScript 6.0 improves type checking and developer experience with enhanced support for decorators (code annotations) and organizational tooling.

Fixes Worth Knowing

Numerous fixes address issues reported during the 6.0 beta and release candidate phases, improving overall stability and reliability.

Before You Upgrade

Review the TypeScript 6.0 release announcement for detailed information on changes and potential impacts to your projects: https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-rc/.

Mar 6, 2026
Feb 18, 2026
microsoft/TypeScriptv5.x
24 releases

TL;DR

TypeScript 5.9 improves code completion and error reporting, offering a more robust development experience.

Breaking

None.

New

None.

Fixes Worth Knowing

Multiple bug fixes across versions 5.8 and 5.9 address issues reported by the community, improving overall stability and reliability of the compiler (code translator).

Before You Upgrade

No specific action is needed; these are bug fix releases.

Oct 1, 2025
Oct 1, 2025
Oct 1, 2025
Feb 28, 2025
Jan 8, 2025
Nov 22, 2024
Oct 9, 2024
Sep 9, 2024
Jul 22, 2024
Jul 1, 2024
Jun 20, 2024
Apr 10, 2024
Apr 4, 2024
Mar 20, 2024
Mar 6, 2024
Dec 6, 2023
Nov 20, 2023
Aug 25, 2023
Jul 5, 2023
Jun 27, 2023
Jun 1, 2023
Apr 7, 2023
Apr 5, 2023
Mar 16, 2023
microsoft/TypeScriptv5.xprerelease
20 releases

TL;DR

TypeScript 5.9 improves type checking accuracy and developer experience with several bug fixes addressing issues reported during beta testing.

Breaking

[None]

New

[None]

Fixes Worth Knowing

Numerous fixes improve the stability and correctness of type inference, particularly around complex generic types and conditional types. These improvements should reduce unexpected type errors in your code.

Before You Upgrade

No specific action is needed; update to the latest TypeScript version via npm.

Oct 1, 2025
Oct 1, 2025
Feb 28, 2025
Jan 29, 2025
Nov 8, 2024
Oct 9, 2024
Aug 23, 2024
Jul 26, 2024
Jun 6, 2024
Apr 25, 2024
Feb 22, 2024
Jan 29, 2024
Nov 3, 2023
Oct 23, 2023
Aug 9, 2023
Jul 5, 2023
May 23, 2023
Apr 19, 2023
Mar 16, 2023
Jan 27, 2023
microsoft/TypeScriptv4.xprerelease
20 releases

TL;DR

TypeScript 4.9 introduces improved editor support and developer experience with enhanced satisfaction reports, though no major feature changes are present in these release candidates.

Breaking

None.

New

None.

Fixes Worth Knowing

None.

Before You Upgrade

No action is needed for these release candidates; they are for testing purposes only.

Mar 16, 2023
Mar 16, 2023
Aug 11, 2022
Jun 21, 2022
May 11, 2022
Apr 13, 2022
Feb 11, 2022
Jan 27, 2022
Nov 2, 2021
Oct 1, 2021
Aug 12, 2021
Jul 1, 2021
May 26, 2021
Apr 9, 2021
Feb 11, 2021
Jan 20, 2021
Nov 3, 2020
Sep 18, 2020
Sep 18, 2020
Jul 6, 2020
microsoft/TypeScriptv4.x
37 releases

TL;DR

TypeScript now provides more consistent behavior around deprecated features, and a fix improves timestamp handling in certain scenarios.

Breaking

  • Deprecation messages related to ignore are now consistent across TypeScript versions (warnings about outdated code).

Fixes Worth Knowing

  • Timestamp handling is corrected, resolving issues with date/time representations (data serialization).

Before You Upgrade

No specific action is needed for this update.

Jan 31, 2023
Dec 8, 2022
Nov 17, 2022
Sep 27, 2022
Sep 8, 2022
Aug 26, 2022
Jun 17, 2022
Jun 3, 2022
May 24, 2022
Apr 28, 2022
Mar 24, 2022
Mar 1, 2022
Jan 20, 2022
Dec 13, 2021
Dec 10, 2021
Nov 17, 2021
Oct 12, 2021
Sep 10, 2021
Aug 26, 2021
Jun 30, 2021
Jun 17, 2021
Jun 17, 2021
Jun 16, 2021
Jun 16, 2021
May 26, 2021
Apr 9, 2021
Mar 5, 2021
Feb 25, 2021
Feb 10, 2021
Feb 10, 2021
Feb 9, 2021
Feb 9, 2021
Dec 15, 2020
Nov 19, 2020
Oct 26, 2020
Sep 18, 2020
Aug 20, 2020
microsoft/TypeScriptv3.x
45 releases

TL;DR

TypeScript now performs significantly faster, especially when used with Node.js 16, resolving a recent performance slowdown.

Fixes Worth Knowing

TypeScript compilation is faster, particularly in projects utilizing Node.js 16 (JavaScript runtime).

Before You Upgrade

No action is needed; this is a performance improvement release.

Jun 16, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021
Jul 16, 2020
Jul 6, 2020
Jun 4, 2020
May 19, 2020
May 12, 2020
Feb 28, 2020
Feb 23, 2020
Jan 23, 2020
Jan 16, 2020
Dec 30, 2019
Dec 4, 2019
Nov 6, 2019
Oct 10, 2019
Sep 10, 2019
Aug 28, 2019
Jul 9, 2019
Jun 14, 2019
Jun 4, 2019
Apr 24, 2019
Apr 24, 2019
Apr 9, 2019
Apr 5, 2019
Mar 29, 2019
Mar 19, 2019
Feb 22, 2019
Feb 22, 2019
Jan 31, 2019
Jan 17, 2019
Dec 7, 2018
Nov 29, 2018
Nov 1, 2018
Oct 31, 2018
Oct 29, 2018
Oct 11, 2018
Oct 9, 2018
Sep 28, 2018
Aug 30, 2018
Jul 30, 2018
microsoft/TypeScriptv3.xprerelease
13 releases

TL;DR

TypeScript 3.9 improves type checking with support for optional chaining and the nullish coalescing operator (JavaScript features), enabling more concise and safer code.

Breaking

  • Optional chaining and nullish coalescing now require strictNullChecks to be enabled. (Compiler flags)

New

  • Optional chaining (?.) and the nullish coalescing operator (??) are now supported. (JavaScript syntax)
  • Improved performance for large projects. (Build speed)

Fixes Worth Knowing

  • Fixed an issue where auto-imports would sometimes fail. (Code editor assistance)

Before You Upgrade

  • Enable the strictNullChecks compiler option if you plan to use optional chaining or the nullish coalescing operator.
Apr 28, 2020
Apr 28, 2020
Feb 7, 2020
Jan 16, 2020
Oct 25, 2019
Oct 1, 2019
Aug 16, 2019
Jul 19, 2019
Mar 15, 2019
Jan 23, 2019
Nov 29, 2018
Sep 14, 2018
Jul 12, 2018
microsoft/TypeScriptv2.x
29 releases

TL;DR

This release improves TypeScript’s stability with numerous bug fixes addressing issues reported in the previous version.

Breaking

[None]

New

[None]

Fixes Worth Knowing

Numerous bugs have been fixed, improving overall code compilation and editor experience.

Before You Upgrade

If using Visual Studio 2017, select the new TypeScript version in Tools/Options after updating.

Jun 13, 2018
May 31, 2018
May 25, 2018
Apr 19, 2018
Mar 27, 2018
Feb 15, 2018
Jan 31, 2018
Nov 27, 2017
Oct 31, 2017
Sep 26, 2017
Aug 31, 2017
Aug 17, 2017
Jul 28, 2017
Jun 27, 2017
May 30, 2017
May 22, 2017
Apr 28, 2017
Apr 27, 2017
Apr 10, 2017
Mar 27, 2017
Feb 22, 2017
Feb 8, 2017
Jan 12, 2017
Dec 7, 2016
Nov 8, 2016
Nov 3, 2016
Oct 25, 2016
Oct 5, 2016
Sep 22, 2016
microsoft/TypeScriptv2.xprerelease
9 releases

TL;DR

TypeScript 2.9 improves static checking with default-only parameters and more precise intersection/union types, helping you catch errors earlier.

Breaking

  • typeof for function types now includes parameter lists (may affect type guards).
  • --useUnknownInCatchVariables is now on by default (strict error checking for catch clause variables).

New

  • Default-only parameters (function arguments can require a default value).
  • Improved intersection/union type inference (more accurate type narrowing).

Fixes Worth Knowing

  • Fixes an issue where some mapped types were incorrectly inferred as any.

Before You Upgrade

  • If you rely on the previous behavior of typeof for function types, review your type guards.
May 16, 2018
Mar 15, 2018
Jan 17, 2018
Oct 12, 2017
Jun 12, 2017
Feb 2, 2017
Nov 8, 2016
Aug 30, 2016
Jul 11, 2016
microsoft/TypeScriptv1.x
11 releases

TL;DR

TypeScript now correctly handles JSX spread attributes (React components) without relying on internal React APIs, ensuring compatibility with React 15 and later.

Breaking

  • JSX spread attributes (React component props) now emit a standalone helper function, potentially requiring updates to existing build processes if they relied on the previous internal implementation.

Fixes Worth Knowing

  • Resolved an issue causing errors when using JSX spread attributes with recent React versions.

Before You Upgrade

  • Verify your build process isn't directly referencing the prior internal React helper function for JSX spread attributes.
Apr 14, 2016
Apr 12, 2016
Mar 1, 2016
Feb 22, 2016
Dec 14, 2015
Nov 30, 2015
Sep 16, 2015
Aug 10, 2015
Jul 20, 2015
Jan 20, 2015
Nov 12, 2014
microsoft/TypeScriptv1.xprerelease
4 releases

TL;DR

TypeScript 1.8 improves support for large projects with more accurate and faster type checking via structural typing and control flow analysis.

Breaking

  • Structural typing for classes (class compatibility based on shape) may change existing behavior if relying on nominal typing.
  • Control flow analysis (how the compiler understands program logic) is more strict, potentially flagging previously unflagged errors.

New

  • Structural typing for classes allows more flexible code reuse.
  • Improved control flow analysis leads to more accurate type checking.

Fixes Worth Knowing

  • Fixes for various edge cases in type inference and error reporting.

Before You Upgrade

  • Review code relying on nominal typing for classes to ensure compatibility with structural typing.
Jan 28, 2016
Sep 2, 2015
Apr 30, 2015
Apr 2, 2015
microsoft/TypeScriptv-1.x
1 release

TL;DR

TypeScript now supports ES6 generators, enabling more concise asynchronous code and improved iteration patterns.

New

  • ES6 Generators: Allows writing asynchronous code in a more synchronous style (iterators for sequences).

Fixes Worth Knowing

  • Improved error reporting for ambiguous code, making debugging easier.
  • Fixed a bug where certain complex generic types could cause compiler crashes.

Before You Upgrade

  • Review code using older iteration patterns to see if generators offer a more readable alternative.
Oct 7, 2014