🦜 TypeScript
@devblogs.microsoft.com.typescript@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Your feed and you don't want it here? Just
e-mail the birb.
A 10x Faster TypeScript
https://devblogs.microsoft.com/typescript/typescript-native-port/
Published: March 11, 2025 14:31
Today I’m excited to announce the next steps we’re taking to radically improve TypeScript performance. The core value proposition of TypeScript is an excellent developer experience. As your codebase grows, so does the value of TypeScript itself, but in…
Announcing TypeScript 5.8
https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/
Published: February 28, 2025 19:35
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…
Announcing TypeScript 5.8 RC
https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-rc/
Published: February 13, 2025 22:27
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.8! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript…
Announcing TypeScript 5.8 Beta
https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-beta/
Published: January 29, 2025 18:51
Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.8! Checked…
Announcing TypeScript 5.7
https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/
Published: November 22, 2024 18:15
Today we excited to announce the availability of TypeScript 5.7! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to…
Announcing TypeScript 5.7 RC
https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-rc/
Published: November 8, 2024 21:01
Today we are announcing the availability of the release candidate of TypeScript 5.7. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Let’s take a look at what’s new in TypeScript 5.7! Checks…
Announcing TypeScript 5.7 Beta
https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/
Published: October 9, 2024 20:59
Today we are announcing the availability of TypeScript 5.7 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.7! Checks for…
Announcing TypeScript 5.6
https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/
Published: September 9, 2024 17:13
Today we’re excited to announce the release of TypeScript 5.6! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Types describe the shapes we expect of our variables, parameters, and…
Announcing TypeScript 5.6 RC
https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/
Published: August 23, 2024 16:14
Today we are excited to announce the availability of the release candidate of TypeScript 5.6.
To get started using the RC, you can get it through npm with the following command:
npm install -D typescript@rc
Here’s a quick list of what’s new in TypeScript…
Announcing TypeScript 5.6 Beta
https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/
Published: July 26, 2024 14:11
Today we are excited to announce the availability of TypeScript 5.6 Beta.
To get started using the beta, you can get it through NuGet, or through npm with the following command:
npm install -D typescript@beta
Here’s a quick list of what’s new in TypeScript…