Showing category results for TypeScript

Feb 23, 2021
Post comments count3
Post likes count0

Announcing TypeScript 4.2

Daniel Rosenwasser

Today we're excited to announce the release of TypeScript 4.2! For those who aren't familiar with TypeScript, it's an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what they'll return. You can then use the TypeScript type-checker to catch lots of common mistake...

Feb 11, 2021
Post comments count1
Post likes count0

Announcing TypeScript 4.2 RC

Daniel Rosenwasser

Today we're excited to announce our Release Candidate of TypeScript 4.2! Between now and the stable release of TypeScript 4.2, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by Let's t...

Jan 12, 2021
Post comments count0
Post likes count0

Announcing TypeScript 4.2 Beta

Daniel Rosenwasser

Today we're excited to announce the availability of TypeScript 4.2 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by Let's take a look at what's in store for TypeScript 4.2! Leading/Middle Rest Elements in Tuple Types In TypeScript, t...

Nov 19, 2020
Post comments count11
Post likes count0

Announcing TypeScript 4.1

Daniel Rosenwasser

Today we're proud to release TypeScript 4.1! If you're unfamiliar 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 type-check our code, and then output clean readable JavaScript that runs on lots of different runtimes. Static t...

Nov 3, 2020
Post comments count0
Post likes count0

Announcing TypeScript 4.1 RC

Daniel Rosenwasser

Today we are making the Release Candidate (RC) of TypeScript 4.1 available. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by For this release, we have some exciting new features, new checking flags, editor productivity updates, and speed impro...

Sep 18, 2020
Post comments count7
Post likes count0

Announcing TypeScript 4.1 Beta

Daniel Rosenwasser

Today we're announcing the availability of TypeScript 4.1 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by For this release, we have some exciting new features, new checking flags, editor productivity updates, and speed improvements. L...

Aug 20, 2020
Post comments count2
Post likes count0

Announcing TypeScript 4.0

Daniel Rosenwasser

Today we are thrilled to announce the availability of TypeScript 4.0! This version of the language represents our next generation of TypeScript releases, as we dive deeper into expressivity, productivity, and scalability. If you're not familiar with TypeScript, it's a language that builds on top of JavaScript by adding syntax for static types. T...

Aug 6, 2020
Post comments count3
Post likes count1

Announcing TypeScript 4.0 RC

Daniel Rosenwasser

Today we're announcing our release candidate of TypeScript 4.0. While this RC brings us closer to a new major version of TypeScript, don't fret - there are no larger breaking changes than usual. Our philosophy in evolving TypeScript has always been to provide an upgrade path that minimizes disruptive breaking changes while still giving ourselves...

Aug 4, 2020
Post comments count6
Post likes count0

Announcing the new TypeScript Website

Orta Therox

The new TypeScript website is live, with big changes to the handbook, playground and a new section covering the tsconfig.json.

Jun 26, 2020
Post comments count9
Post likes count0

Announcing TypeScript 4.0 Beta

Daniel Rosenwasser

Today we're excited to release the beta of the next major milestone in the TypeScript programming language: TypeScript 4.0. This beta takes us on our first step into TypeScript 4.0, and while it brings a new major version, don't fret - there are no substantially larger breaking changes than usual. Our philosophy in evolving TypeScript has always...