🦜 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.
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…
Announcing TypeScript 5.5
https://devblogs.microsoft.com/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
https://devblogs.microsoft.com/typescript/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
https://devblogs.microsoft.com/typescript/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
https://devblogs.microsoft.com/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…