🌐
GitHub
github.com › microsoft › typescript › releases
Releases · microsoft/TypeScript
fixed issues query for Typescript 5.9.3 (Stable). Downloads are available on: npm · Assets 3 · Loading · There was an error while loading. Please reload this page. 18 people reacted · 01 Oct 20:37 · jakebailey · v5.9.2 · 5be3346 · Compare · Filter ·
Author   microsoft
🌐
Microsoft Developer Blogs
devblogs.microsoft.com › dev blogs › typescript › announcing typescript 5.5
Announcing TypeScript 5.5 - TypeScript
June 22, 2024 - For one, we added support for ECMAScript’s new Set methods. Additionally, we’ve adjusted the behavior of TypeScript’s new regular expression checking to be slightly more lenient, while still erroring on questionable escapes that are only allowed per ECMAScript’s Annex B.
🌐
Microsoft Developer Blogs
devblogs.microsoft.com › dev blogs › typescript › announcing typescript 5.9
Announcing TypeScript 5.9 - TypeScript
August 1, 2025 - Today we are excited to announce the release of TypeScript 5.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types. With types, TypeScript makes it possible to check your code to avoid bugs ahead of time.
🌐
Medium
medium.com › @onix_react › whats-new-in-typescript-5-6-99ba92b8c503
What’s new in TypeScript 5.6
July 31, 2024 - What’s new in TypeScript 5.6 TypeScript 5.6 beta has been released, introducing several powerful new features that aim to catch common programming errors and enhance support for iterables. These …
🌐
Microsoft Developer Blogs
devblogs.microsoft.com › dev blogs › typescript
TypeScript
We're excited to give some updates on where we are, and show you how "real" the new TypeScript toolset is today. We also have news about our upcoming roadmap, and how we're prioritizing work on TypeScript 7.0 to drive our port to completion.
🌐
TypeScript
typescriptlang.org › docs › handbook › release-notes › typescript-5-9.html
TypeScript: Documentation - TypeScript 5.9
We also felt that it was time that tsc --init initialized with a few more prescriptive settings than we already enable. We looked at some common pain points and papercuts users have when they create a new TypeScript project. For example, most users write in modules (not global scripts), and --moduleDetection can force TypeScript to treat every implementation file as a module.
🌐
GitHub
github.com › microsoft › TypeScript › wiki › What's-new-in-TypeScript
What's new in TypeScript
Because this page hit a limit on a GitHub wiki page size, it's now hosted on the website: https://www.typescriptlang.org/docs/handbook/release-notes/overview.html
Author   microsoft
🌐
Microsoft Developer Blogs
devblogs.microsoft.com › dev blogs › typescript › announcing typescript 5.0
Announcing TypeScript 5.0 - TypeScript
March 17, 2023 - Today we’re excited to announce the release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript smaller, simpler, and faster. We’ve implemented the new decorators standard, added functionality to better support ESM projects in Node and bundlers, provided new ways for library authors to control generic inference, expanded our JSDoc […]
Find elsewhere
🌐
GitHub
github.com › rollup › plugins › blob › master › packages › typescript › CHANGELOG.md
plugins/packages/typescript/CHANGELOG.md at master · rollup/plugins
refactor: use typescript in typescript plugin (#122) chore: update changelog (b723f92) chore: misc linting updates (4de10f0) 2019-12-04 · fix(typescript): import from scoped utils (#78) 2019-11-25 · Breaking: Minimum compatible Rollup version is 1.20.0 · Breaking: Minimum supported Node version is 8.0.0 ·
Author   rollup
🌐
GitHub
github.com › microsoft › TypeScript › wiki › Breaking-Changes
Breaking Changes · microsoft/TypeScript Wiki · GitHub
Previously, TypeScript would ignore most grammar errors in JavaScript apart from accidentally using TypeScript syntax in a JavaScript file. TypeScript now shows JavaScript syntax and binding errors in your file, such as using incorrect modifiers, duplicate declarations, and more.
Author   microsoft
🌐
npm
npmjs.com › package › typescript
typescript - npm
Latest version: 5.9.3, last published: 2 months ago. Start using typescript in your project by running `npm i typescript`. There are 61817 other projects in the npm registry using typescript.
      » npm install typescript
    
Published   Sep 30, 2025
Version   5.9.3
Author   Microsoft Corp.
🌐
TypeScript
typescriptlang.org › docs › handbook › release-notes › typescript-5-1.html
TypeScript: Documentation - TypeScript 5.1
First, TypeScript 5.1 now allows undefined-returning functions to have no return statement.
🌐
TypeScript
typescriptlang.org › docs › handbook › release-notes › typescript-4-9.html
TypeScript: Documentation - TypeScript 4.9
This allowed us to get feedback and harden our file-watching implementation against most of these platform-specific gotchas. As TypeScript has needed to scale to larger codebases, and has improved in this area, we felt swapping to file system events as the default would be a worthwhile investment.
🌐
npm
npmjs.com › package › @types › conventional-changelog
@types/conventional-changelog - npm
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/conventional-changelog.
      » npm install @types/conventional-changelog
    
🌐
Microsoft Developer Blogs
devblogs.microsoft.com › dev blogs › typescript › announcing typescript 5.8
Announcing TypeScript 5.8 - TypeScript
February 28, 2025 - Today we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null […]
🌐
Learn TypeScript
learntypescript.dev › changelog
Changelog | Learn TypeScript
LEARN TYPESCRIPT · All notable changes to this theme will be documented on this page. Bump package version. Adjusts code blocks on mobile; Fixed issue with the background color on blockquotes; Include code badge for yml; Change theme default colors.
🌐
Changelog
changelog.com › topic › typescript
TypeScript podcast episodes
Jerod, Nick & Chris discuss a next-gen JavaScript bundler, Node getting even tighter with TypeScript, the top programming languages according to IEEE Spectrum, Chris’ feelings on Node’s built-in test runner & more!
🌐
AWS
docs.aws.amazon.com › powertools › typescript › latest › changelog
Changelog - Powertools for AWS Lambda (TypeScript)
idempotency: return correct value from in-memory cache (#2309) (5b4c103) logger: buffer logs emitted during init (#2269) (1439867) · tracer: support tracing fetch requests (#1619) (607548b) jmespath public release of JMESPAth utility (#1645) (233ff9b)