TypeScript

The official blog of the TypeScript team.

Latest posts

TypeScript and the Road to 2.0
Oct 22, 2014
0
0

TypeScript and the Road to 2.0

Jonathan Turner [MS]
Jonathan Turner [MS]

When we released TypeScript 1.0 earlier this year, we focused on putting out a language that would help developers really scale their JavaScript projects.  It’s been quite a ride watching what people have done with it, including Mozilla Shumway at 170,000 lines, Walmart stationery, and the rich Microsoft Azure experience, which is now over a million lines of code! Our goal with TypeScript is to continue supporting projects of this size and to make it the best language we can for JavaScript at scale.  With 1.1, we released a fast, lightweight compiler that was capable of compilation speed...

Announcing TypeScript 1.1 CTP
Oct 6, 2014
0
0

Announcing TypeScript 1.1 CTP

Luke Hoban [MS]
Luke Hoban [MS]

Today, we’re making TypeScript 1.1 CTP immediately available for Visual Studio “14” CTP4, Visual Studio 2013, npm, and as a source release.  1.1 CTP is the first release of TypeScript to include the new compiler core redesigned to both perform better and lay the groundwork for future language features.  You can see the real-world improvements in the graph below. The 1.1 CTP compiler is compatible with projects built with the 1.0 compiler. While it's drop-in replaceable, this is still CTP-level quality, so you may encounter issues of stability or incompatibility.  If you do, please let us know by filing an ...

New Compiler and Moving to GitHub
Jul 21, 2014
0
0

New Compiler and Moving to GitHub

Jonathan Turner [MS]
Jonathan Turner [MS]

Today we’re announcing two changes to the TypeScript project.Introducing the New CompilerThe first change we’re making to TypeScript is that we’ve been taking a good, hard look at the compiler performance we had with 1.0.  We knew we could leverage the experience from building the original compiler over the last two years.  This led to experimenting with a new, lighter-weight compiler core.  The early results with this new compiler core were so positive that we’re now focused on growing this core into the new TypeScript compiler and language service.The first stage of this e...

Announcing TypeScript 1.0.1
May 13, 2014
0
0

Announcing TypeScript 1.0.1

Ryan Cavanaugh
Ryan Cavanaugh

Today, we’re announcing the release of TypeScript 1.0.1. This release addresses user-reported issues around stability, performance, and Visual Studio 2012 compatibility. The upgrade is available as part of the Visual Studio 2013 Update 2, a Visual Studio 2012 power tool, npm package, and as source. We’re also announcing the support plan for TypeScript going forward. We’re hard at work on new features, including many leveraging capabilities in upcoming versions of Visual Studio.  We will be moving our development efforts from Visual Studio 2012 to more recent releases, starting with Vis...

Announcing TypeScript 1.0
Apr 2, 2014
0
0

Announcing TypeScript 1.0

Jonathan Turner [MS]
Jonathan Turner [MS]

TypeScript 1.0 Today, we're happy to announce TypeScript 1.0. First, we want to give a big "thank you!" to everyone who has helped us over the last year and a half to meet this goal. Together, we've grown a language, tools, and a community around creating large-scale JavaScript applications. To help grow this community further, we're opening up TypeScript for contributions from the community starting today. When we introduced Typescript to the world with our first release, TypeScript 0.8 in October 2012, we couldn't have imagined how the community would take shape.Our first release began with a small set of d...

Announcing TypeScript 1.0RC
Feb 25, 2014
0
0

Announcing TypeScript 1.0RC

Jonathan Turner [MS]
Jonathan Turner [MS]

We’re happy to mark another significant milestone for the TypeScript project with the release of the 1.0 Release Candidate.  Since the first release in October of 2012, the TypeScript language has grown to support generics, which enables rich typing of JavaScript libraries.  Last December, the release focused on better performance and reliability for larger codebases.  Today, we're making the 1.0RC release available, which represents the culmination of this work as a feature-complete TypeScript 1.0 language with a spec-conformant compiler and a production-level language service capable of wor...

Announcing TypeScript 0.9.5
Dec 5, 2013
0
0

Announcing TypeScript 0.9.5

Jonathan Turner [MS]
Jonathan Turner [MS]

Today, we're happy to announce the release of TypeScript 0.9.5.  This release focuses on addressing feedback from the community around quality and stability.  In this release, we've fixed over 100 issues related to memory leaks, CPU usage, crashes, and compiler correctness.  This has helped the TypeScript experience for developing large-scale JavaScript applications become a more robust and more reliable experience. The updated downloads are available for Visual Studio, NPM and source through the TypeScript website.  Let us know what you think on the discussion forums and issue tracker. As part of the work ...

TypeScript and the Road to 1.0
Oct 17, 2013
0
0

TypeScript and the Road to 1.0

Jonathan Turner [MS]
Jonathan Turner [MS]

With TypeScript, we have focused on bridging the wildly popular JavaScript language with types for easy error detection, while bringing forward features from the future version of JavaScript in a way that’s compatible with modern browsers.  We’re now focused on getting to TypeScript 1.0, and in this post we’ll give an update on our plans to get us there. Visual Studio 2013 RC and RTM We shipped TypeScript 0.9.1.1 as part of Visual Studio 2013 RC to get feedback from a broader range of Visual Studio users.  Given TypeScript’s continued evolution toward 1.0, we’ve decided to keep TypeScript as a separate download...

Visual Studio 2013 RC
Sep 9, 2013
0
0

Visual Studio 2013 RC

Jonathan Turner [MS]
Jonathan Turner [MS]

As part of the Visual Studio 2013 RC, we have included TypeScript 0.9.1.1, the most recent TypeScript release.  This will help us reach out to a broader audience of early adopters for feedback on TypeScript’s features, and help us shape TypeScript going forward.  If you haven’t had a chance to try out TypeScript, yet, please grab Visual Studio 2013 RC, and let us know what you think.