TypeScript 0.9.1.1 for Visual Studio 2012 and 2013 is available for download

TypeScript 0.9.5 for Visual Studio 2012 and 2013 is available

Microsoft has released TypeScript 0.9.1.1, a hotfix release of 0.9.1. This release addresses 25 issues discovered by the community and includes fixes for compiler crashes, memory consumption, type system correctness, and more.

Overview
TypeScript is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to clean, readable, standards-based JavaScript. Try it out at TypeScript Playground.

TypeScript for Visual Studio 2012 and 2013 provides a TypeScript editor and compiler for Visual Studio 2012 and 2013.

What's new in TypeScript 0.9.1.1 for Visual Studio 2012 and 2013?
TypeScript 0.9.1.1 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 = module(…)" and the 'bool' type (--allowimportmodule and --allowbool, respectively), to help large codebases that have yet to upgrade.  This is the last release to support these deprecated syntax forms, so please update your codebases to get them ready for 1.0.

Download TypeScript 0.9.1 for Visual Studio 2012 and 2013
The links in this section correspond to files available for this download.

TypeScript for Visual Studio 2012 will install when Visual Studio 2012 is not installed, and provide the TypeScript compiler. To integrate the development tools after installing Visual Studio 2012, you must reinstall TypeScript for Visual Studio 2012.

For instructions on using TypeScript, see the TypeScript tutorial.

System requirements
Supported operating systems: Windows 7, Windows 8
  • Visual Studio Ultimate 2012
  • Visual Studio Premium 2012
  • Visual Studio Professional 2012
  • Visual Studio Express 2012 for Web

TypeScript Releases History
  • TypeScript 0.9.1.1 - August 21, 2013
  • TypeScript 0.9.1 - August 6, 2013
  • TypeScript 0.9.0.1 - June 28, 2013
  • TypeScript 0.9.0 - June 18, 2013
  • TypeScript 0.8.3.1 - March 29, 2013
  • TypeScript 0.8.3 - February 27, 2013
  • TypeScript 0.8.2 - January 21, 2013
  • TypeScript 0.8.1.1 - December 4, 2012 (debugging fixes for v0.8.1)
  • TypeScript 0.8.1 - November 15, 2012
  • TypeScript 0.8.0 - October 1, 2012 (first preview release)


Reference:
Announcing TypeScript 0.9.1.1 (Release notes)

No comments: