Showing results for 2020 - TypeScript

Nov 19, 2020
Post comments count11
Post likes count0

Announcing TypeScript 4.1

Daniel Rosenwasser
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
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
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
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
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
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
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...

May 29, 2020
Post comments count1
Post likes count0

Changes to How We Manage DefinitelyTyped

Orta Therox
Orta Therox

For the past year, we’ve been working on tooling to protect the stability of the Definitely Typed ecosystem to the point where we can offer a more streamlined experience when contributing to DT repo – definition owners can now help merge PRs to their modules.

May 12, 2020
Post comments count5
Post likes count0

Announcing TypeScript 3.9

Daniel Rosenwasser
Daniel Rosenwasser

Today we're excited to announce the release of TypeScript 3.9! 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 ...

Apr 28, 2020
Post comments count1
Post likes count0

Announcing TypeScript 3.9 RC

Daniel Rosenwasser
Daniel Rosenwasser

Today we're announcing the availability of TypeScript 3.9 RC, the release candidate of TypeScript 3.9. Between now and the final release, 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 ...