Showing category results for TypeScript

May 16, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.9 RC

Daniel Rosenwasser

Today we're excited to announce and get some early feedback with TypeScript 2.9's Release Candidate. To get started with the RC, you can access it through NuGet, or use npm with the following command: You can also get editor support by Let's jump into some highlights of the Release Candidate! Support for symbols and numeric...

Mar 27, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.8

Daniel Rosenwasser

TypeScript 2.8 is here and brings a few features that we think you'll love unconditionally! If you're not familiar with TypeScript, it's a language that adds optional static types to JavaScript. Those static types help make guarantees about your code to avoid typos and other silly errors. They can also help provide nice things like code completi...

Mar 15, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.8 RC

Daniel Rosenwasser

Today we're excited to announce and get some early feedback with TypeScript 2.8's Release Candidate. To get started with the RC, you can access it through NuGet, or use npm with the following command: You can also get editor support by Let's jump into some highlights that are available in our RC! Conditional Types Ty...

Jan 31, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.7

Daniel Rosenwasser

Today we're proud to announce the release of TypeScript 2.7! If you're not familiar with TypeScript, it's a language that brings optional static types to JavaScript by building on JavaScript itself. Running TypeScript code through its compiler emits clean readable JavaScript that runs on any browser, and can also make bleeding-edge ECMAScript fe...

Jan 17, 2018
Post comments count0
Post likes count0

Announcing TypeScript 2.7 RC

Daniel Rosenwasser

Today we're publishing the Release Candidate of TypeScript 2.7. To get started with the RC, you can access it through NuGet, or use npm with the following command: Visual Studio 2015 users (who have Update 3) can install TypeScript 2.7 RC from here, and Visual Studio 2017 users using version 15.2 or later will be able to get TypeScript by si...

Oct 31, 2017
Post comments count0
Post likes count0

Announcing TypeScript 2.6

Daniel Rosenwasser

TypeScript 2.6 is here in time for Halloween, but have no fear! We've got some great treats for you in this release. If you haven't heard of TypeScript, it's a language that builds on top of the most up-to-date versions of JavaScript by adding optional static types. These types don't just help catch things like typos and logic errors; they also c...

Oct 12, 2017
Post comments count0
Post likes count0

Announcing TypeScript 2.6 RC

Daniel Rosenwasser

TypeScript 2.6 RC is now available! To get started with the latest stable version of TypeScript, you can grab it through NuGet, or use the following command with npm: Visual Studio 2015 users (who have Update 3) can install TypeScript 2.6 RC from here, and Visual Studio 2017 users using version 15.2 or later will be able to get TypeScript by s...

Oct 2, 2017
Post comments count0
Post likes count0

TypeScript Turns 5

Daniel Rosenwasser

This past weekend marked 5 full years since we released TypeScript publicly! Just half a decade ago, we announced our project with the ambitious goal of "getting JavaScript development to scale." At the time, it was clear to us that JavaScript's usage was growing, but with that, so were many of the pain points as codebases would grow. Things...

Aug 31, 2017
Post comments count0
Post likes count0

Announcing TypeScript 2.5

Daniel Rosenwasser

Today we're happy to bring you TypeScript 2.5! If you've read our RC announcement, we've got a few new items that we're proud to highlight! If you're not familiar with TypeScript, it's a typed superset of JavaScript. More simply put, it's just JavaScript with optional static types. Static types can make it easier to maintain your code by catching...

Aug 17, 2017
Post comments count0
Post likes count0

Announcing TypeScript 2.5 RC

Daniel Rosenwasser

Announcing TypeScript 2.5 RC Today we're happy to announce our RC of TypeScript 2.5. To get started with the latest stable version of TypeScript, you can grab it through NuGet, or use the following command with npm: Visual Studio 2015 users (who have Update 3) can install TypeScript 2.5 RC from here, and Visual Studio 2017 users using version ...