From be6b82741fc1fbca1fc1d7d4a176349634753177 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Tue, 19 Apr 2016 11:05:22 -0700 Subject: [PATCH 1/2] Updated API Breaking Changes (markdown) --- API-Breaking-Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/API-Breaking-Changes.md b/API-Breaking-Changes.md index 8d138cc..18bb177 100644 --- a/API-Breaking-Changes.md +++ b/API-Breaking-Changes.md @@ -1,3 +1,7 @@ +# TypeScript 1.9 + +- `LanguageService.getSourceFile` is removed (https://github.com/Microsoft/TypeScript/pull/7584), `LanguageService.getProgram().getSourceFile` should be used instead. + # TypeScript 1.7 - `ts.parseConfigFile` has been renamed to `ts.parseJsonConfigFileContent` From c80a12d91625153515cc28391ae699c5b2253c6c Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Fri, 22 Apr 2016 14:58:07 -0700 Subject: [PATCH 2/2] Updated Roadmap (markdown) --- Roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 09d7080..2fc2793 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -16,6 +16,8 @@ # 2.0 +* [Non-nullable types](https://github.com/Microsoft/TypeScript/pull/7140) +* [Control flow based type analysis](https://github.com/Microsoft/TypeScript/pull/8010) * [Readonly properties and index signatures](https://github.com/Microsoft/TypeScript/pull/6532) * [Implicit index signatures](https://github.com/Microsoft/TypeScript/pull/7029) * [Use path mappings in module resolution](https://github.com/Microsoft/TypeScript/issues/5039) @@ -27,7 +29,6 @@ * Support for [UMD module definitions](https://github.com/Microsoft/TypeScript/issues/7125) * Switch to a [transformation-based emitter](https://github.com/Microsoft/TypeScript/issues/5595) * [`async`/`await` and generators support for ES5/ES3](https://github.com/Microsoft/TypeScript/issues/1564) -* [Non-nullable types](https://github.com/Microsoft/TypeScript/pull/7140) * Support for [external helpers library](https://github.com/Microsoft/TypeScript/issues/3364) * [Type guards on property access](https://github.com/Microsoft/TypeScript/issues/186) * [Glob support in tsconfig.json](https://github.com/Microsoft/TypeScript/issues/1927)