Posts by this author

Aug 16, 2019
0
0

Announcing TypeScript 3.6 RC

Today we're happy to announce the availability of the release candidate of TypeScript 3.6. This release candidate is intended to be fairly close to the full release, and will stabilize for the next few weeks leading up to our official release. To get started using the RC, you can get it through NuGet, or use npm with the following command: ...

Jul 19, 2019
2
0

Announcing TypeScript 3.6 Beta

Today we're happy to announce the availability of TypeScript 3.6 Beta. This beta is intended to be a feature-complete version of TypeScript 3.6. In the coming weeks we'll be working on bugs and improving performance and stability for our release candidate, and eventually the full release. To get started using the beta, you can get it through NuG...

May 29, 2019
11
0

Announcing TypeScript 3.5

Today we're happy to announce the availability of TypeScript 3.5! If you're new to TypeScript, it's a language that builds on JavaScript that adds optional static types. TypeScript code gets type-checked to avoid common mistakes like typos and accidental coercions, and then gets transformed by a program called the TypeScript compiler. The compil...

May 16, 2019
3
0

Announcing TypeScript 3.5 RC

Today we're happy to announce the availability of our release candidate (RC) of TypeScript 3.5. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor supp...

Mar 29, 2019
6
0

Announcing TypeScript 3.4

Today we're happy to announce the availability of TypeScript 3.4! If you haven't yet used TypeScript, it's a language that builds on JavaScript that adds optional static types. The TypeScript project provides a compiler that checks your programs based on these types to prevent certain classes of errors, and then strips them out of your program s...

Mar 15, 2019
7
0

Announcing TypeScript 3.4 RC

Today we're happy to announce the availability of our release candidate (RC) of TypeScript 3.4. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor supp...

Jan 31, 2019
0
0

Announcing TypeScript 3.3

Today we're happy to announce the availability of TypeScript 3.3!If you're unfamiliar with TypeScript, it's a language that brings static type-checking to JavaScript so that you can catch issues before you even run your code - or before you even save your file. It also includes the latest JavaScript features from the ECMAScript standard on olde...

Jan 23, 2019
1
0

Announcing TypeScript 3.3 RC

Today we're happy to announce the availability of our release candidate (RC) of TypeScript 3.3. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away.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 ...

Nov 29, 2018
2
0

Announcing TypeScript 3.2

TypeScript 3.2 is here today!If you're unfamiliar with TypeScript, it's a language that brings static type-checking to JavaScript so that you can catch issues before you even run your code - or before you even save your file. It also includes the latest JavaScript features from the ECMAScript standard on older browsers and runtimes by compiling tho...

Nov 15, 2018
0
0

Announcing TypeScript 3.2 RC

Today we're announcing TypeScript 3.2 RC, the release candidate of our next version of TypeScript. 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 for TypeScript 3.2 by: We have some important information below for NuGet users and Visual Studio ...