From b07a0b640d01d87c926a74d42e26a6561848c7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 30 Dec 2020 16:13:42 +0100 Subject: v1.6.3 --- Releases.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 166c5162d..899c3b1b9 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,24 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.6.3 / 2020.12.30 + +- feat(lsp): Implement textDocument/rename (#8910) +- feat(lsp): Add cache command (#8911) +- feat(unstable): collect coverage from the run command (#8893) +- fix: fetch bad URL will not panic (#8884) +- fix: info does not panic on missing modules (#8924) +- fix(core): Fix incorrect index in Promise.all error reporting (#8913) +- fix(lsp): handle ts debug errors better (#8914) +- fix(lsp): provide diagnostics for unresolved modules (#8872) +- upgrade: dprint, swc_bundler, swc_common, swc_ecmascript (#8901) +- upgrade: rusty_v8 0.15.0, v8 8.8.294 (#8898) + +Changes in std version 0.83.0: + +- feat(std/node): adds fs.mkdtemp & fs.mkdtempSync (#8604) +- fix(std/http): Don't expose ServerRequest::done as Deferred (#8919) + ### 1.6.2 / 2020.12.22 - feat(lsp): support the unstable setting (#8851) -- cgit v1.2.3