TypeScript

Announcing TypeScript 1.0RC

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

Announcing TypeScript 0.9.5

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

TypeScript and the Road to 1.0

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

Visual Studio 2013 RC

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, ...

Visual Studio 2013 RC

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, ...

New Visual Studio 2013 Features for TypeScript

As users expect more from the web – more features, more device support, more interactivity – ASP.NET developers are increasingly building large JavaScript applications. Starting with 0.9.1, a key focus for TypeScript's capabilities in the Visual Studio support is enabling TypeScript to work better with ASP.NET ...

New Visual Studio 2013 Features for TypeScript

As users expect more from the web – more features, more device support, more interactivity – ASP.NET developers are increasingly building large JavaScript applications. Starting with 0.9.1, a key focus for TypeScript's capabilities in the Visual Studio support is enabling TypeScript to work better with ASP.NET ...

Announcing TypeScript 0.9.1.1

Today, we’re releasing TypeScript 0.9.1.1, a hotfix release of TypeScript 0.9.1.  The 0.9.1.1 release addresses 25 issues discovered by the community and includes fixes for compiler crashes, memory consumption, type system correctness, and more.This release also temporarily adds back in the flags to allow “import x...

Announcing 0.9.1

We’re happy to announce the release of TypeScript 0.9.1.  With this version we've focused on fit and finish, improving the compiler performance and rounding out the language and ASP.NET support. Improved Performance When we released 0.9.0, we introduced a re-written compiler and language service which scaled better for interactive ...

Announcing TypeScript 0.9.0.1

We are excited to see the feedback and interest in all the new features that we’ve released with TypeScript 0.9.  We’re already seeing users converting hundreds of thousands of lines to the new version and using the new features in earnest. Today, we’re releasing an update that addresses a few of the highest ...