RSS Parrot

BETA

🦜 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.

Site URL: devblogs.microsoft.com/typescript/

Feed URL: devblogs.microsoft.com/typescript/feed

Posts: 8

Followers: 1

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

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…

Announcing TypeScript 5.5

Published: June 20, 2024 18:16

Today we’re excited to announce the release of TypeScript 5.5! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain…

Announcing TypeScript 5.5 RC

Published: June 6, 2024 21:32

Today we are excited to announce the availability of the release candidate of TypeScript 5.5. To get started using the RC, you can get it through NuGet, or through npm with the following command: npm install -D typescript@rc Here’s a quick list of what’s…

Announcing TypeScript 5.5 Beta

Published: April 25, 2024 20:04

Today we are excited to announce the availability of TypeScript 5.5 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…

Announcing TypeScript 5.4

Published: March 6, 2024 18:27

Today we’re excited to announce the release of TypeScript 5.4! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain…

Announcing TypeScript 5.4 RC

Published: February 22, 2024 18:38

Today we’re excited to announce our Release Candidate of TypeScript 5.4! Between now and the stable release of TypeScript 5.4, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, The post…

Announcing TypeScript 5.4 Beta

Published: January 29, 2024 18:55

Today we are excited to announce the availability of TypeScript 5.4 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…