Releases: microsoft/TypeScript
TypeScript 2.0.8
This release includes a targeted fix for monitoring automatically acquired type definitions.
Download:
TypeScript 2.1 RC
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 2.1.
For breaking changes, check out the Breaking changes in TypeScript 2.1 page.
For the complete list of fixed issues, check out the fixed issues query for Typescript 2.1.
Download:
Special thanks to all contributors to this release:
- Alexander Rusakov
- Anatoly Ressin
- Andrej Baran
- Asad Saeeduddin
- Ben Mosher
- Christophe Vidal
- Dafrok Zhang
- Dom Chen
- Fabian Cook
- @falsandtru
- Gabe Moothart
- Godfrey Chan
- Herrington Darkholme
- Jakub Młokosiewicz
- Jeffrey Morlan
- Josh Abernathy
- Justin Bay
- Justin Johansson
- Kagami Sascha Rosylight
- Kevin Lang
- Lukas Elmer
- Marin Marinov
- Michael
- Noah Chen
- Omer Sheikh
- Richard Knoll
- Rostislav Galimsky
- Sam El-Husseini
- Slawomir Sadziak
- Sudheesh Singanamalla
- Torben Fitschen
- Wesley Wigham
- @yortus
- Yuichi Nukiyama
TypeScript 2.0.7
This release includes a targeted fix for declaration file acquisition to use a local copy of types-registry to find @types
packages instead of querying npm.
Download:
TypeScript 2.0.6
This release include a set of bug fixes reported against TypeScript 2.0.3:
- TypeScript Tools for VS 2015 2.0.2.0 Beta not working (on Windows Server 2012)
- 2x compilation slowdown when upgrading from TS1.8 => TS2.0
- tsc.exe doesn't work on Windows Server 2012
- Script failed with error : 'JsErrorScriptException (0x30001)' during MSBuild
- Visual Studio 2015 crashing when editing typescript file while solution is running and a dynamic code file is open
- Less-than comparison raising error with JSX
- Generated declaration missing generic
- define get set bug
- Tsserver crashes if a directiory in
include
array doesn't exist - TSServer broken with path mappings & empty include
- Exclude isn't working in TypeScript 2.0.2
- Regression: Matched argument name and name of exported function breaks module export
- Completion list showing bogus completions
- Go-to-definition doesn't work on path in calls to 'require'
- Inappropriate string literal completions in object literals
- Could the tsserver add
process.noAsar = true;
- TypeError: Cannot read property 'export=' of undefined from ./node_modules\typescript\lib\tsc.js
For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.0.6.
Download:
TypeScript 2.0.5
TypeScript 2.0.5 is released as part of Visual Studio "15" Preview 5. Check out the VS release notes for more information.
This release mainly targets getting Visual Studio to use tsserver. For the complete list of changes check out the closed issues in Typescript 2.0.5 query.
TypeScript 2.0.3
For release notes, and links to installing for various platforms, check out the release announcement
For new features, check out the What's new in TypeScript 2.0.
For breaking changes, check out the Breaking changes in TypeScript 2.0 page.
For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.0, TypeScript 2.0.2 and TypeScript 2.0.3.
Download:
- npm
- Visual Studio 2015 plugin (requires VS 2015 Update 3 to be installed first)
- NuGet package
Special thanks to all contributors to this release:
- Abubaker Bashir
- Alex Eagle
- Alexander Kuvaev
- Andrew Z Allen
- Andy Hanson
- Anil Anar
- Anton Tolmachev
- Arnav Singh
- Asad Saeeduddin
- Basarat Ali Syed
- Blake Embrey
- Chuck Jazdzewski
- Dick van den Brink
- Doug Ilijev
- Erik Edrosa
- Ethan Rubio
- Evan Martin
- Evan Sebastian
- František Žiacik
- Herrington Darkholme
- Ivo Gabe de Wolff
- Jonathan Toland
- Josh Soref
- Juan Luis Boya García
- Kagami Sascha Rosylight
- Lucien Greathouse
- Matt McCutchen
- Nima Zahedi
- Noj Vek
- Oleg Mihailik
- Oskar Segersva¨rd
- Rado Kirov
- Richard Knoll
- Sarangan Rajamanickam
- Stanislav Sysoev
- Tetsuharu Ohzeki
- Tingan Ho
- Wesley Wigham
- York Yao
- Yuichi Nukiyama
- Zev Spitz
TypeScript 2.0 RC
For release notes, and links to installing for various platforms, check out the release announcement
For new features, check out the What's new in TypeScript 2.0.
For breaking changes, check out the Breaking changes in TypeScript 2.0 page.
For the complete list of fixed issues, check out the fixed issues since Typescript 2.0 Beta.
Download:
- npm
- Visual Studio 2015 plugin (requires VS 2015 Update 3 to be installed first)
- NuGet package
TypeScript 2.0 Beta
For release notes, and links to installing for various platforms, check out the release announcement
For new features, check out the What's new in TypeScript 2.0.
For breaking changes, check out the Breaking changes in TypeScript 2.0 page.
For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.0.
Download:
- npm
- Visual Studio 2015 plugin (requires VS 2015 Update 3 to be installed first)
- NuGet package
Special thanks to all contributors to this release:
- Abubaker Bashir
- Alex Eagle
- Alexander Kuvaev
- Andrew Z Allen
- Andy Hanson
- Anil Anar
- Anton Tolmachev
- Arnav Singh
- Asad Saeeduddin
- Basarat Ali Syed
- Blake Embrey
- Chuck Jazdzewski
- Dick van den Brink
- Doug Ilijev
- Erik Edrosa
- Ethan Rubio
- Evan Martin
- Evan Sebastian
- František Žiacik
- Herrington Darkholme
- Ivo Gabe de Wolff
- Jonathan Toland
- Josh Soref
- Juan Luis Boya García
- Kagami Sascha Rosylight
- Lucien Greathouse
- Matt McCutchen
- Nima Zahedi
- Noj Vek
- Oleg Mihailik
- Oskar Segersva¨rd
- Rado Kirov
- Richard Knoll
- Sarangan Rajamanickam
- Stanislav Sysoev
- Tetsuharu Ohzeki
- Tingan Ho
- Wesley Wigham
- York Yao
- Yuichi Nukiyama
- Zev Spitz
TypeScript 1.8.10
Note: This release has the version tag of 1.8.10.0 for NuGet and npm and 1.8.31.0 for Visual Studio 2015.
This release fixes an issue in React 15.0 and later by removing a dependency on an internal React API when emitting JSX spread attributes. As a result, TypeScript now emits its own standalone helper function for spread attributes.
Download:
TypeScript 1.8.9
Note: This release has the version tag of
1.8.9.0
for NuGet and npm and1.8.29.0
for Visual Studio 2015.
For the complete list of changes in this release, check out the fixed issues query for TypeScript 1.8.9
Download: