From 69ede9ef95de7bf8764a2f2fa3c3d4c441cc828d Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 16 Jul 2019 15:20:59 -0700 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index b160d4e..9469fac 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -22,8 +22,12 @@ This page outlines specific features and fixes that are scheduled or planned for [See the 3.6 Iteration Plan for more details.](https://github.com/microsoft/TypeScript/issues/31639) * [x] [Strongly typed iterators and generators](https://github.com/Microsoft/TypeScript/issues/2983) -* [x] [Stricter types for `IteratorResult`](https://github.com/Microsoft/TypeScript/issues/11375) +* [x] [More accurate array spreads](https://github.com/microsoft/TypeScript/pull/31166) +* [x] [Improved UX around Promises](https://github.com/microsoft/TypeScript/issues/30646) +* [x] [Semicolon-aware auto-imports](https://github.com/microsoft/TypeScript/issues/19882) * [x] [`--declaration` and `--isolatedModules`](https://github.com/Microsoft/TypeScript/issues/29490) +* [ ] [Auto-inserted `await` for completions](https://github.com/microsoft/TypeScript/issues/31450) +* [ ] [Call Hierarchy support](https://github.com/microsoft/TypeScript/issues/31863) # 3.5 (May 2019)