From 10b64b5300135d18bc9291d100b9e24dbf8141f9e8fda50cde1848bc51b262a1 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Thu, 17 Feb 2022 23:43:04 +0000 Subject: [PATCH] add 1.18.2 notes OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=59 --- deno.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deno.changes b/deno.changes index aa1a6db..75d2223 100644 --- a/deno.changes +++ b/deno.changes @@ -32,6 +32,19 @@ Thu Feb 17 23:40:15 UTC 2022 - Avindra Goolcharan * fix(lsp): independent diagnostic publishing should include all diagnostic sources on each publish (#13483) * fix(lsp): op_exists handles bad specifiers (#13612) +- includes changes from v1.18.2: + * feat(unstable): add Deno.getUid (#13496) + * fix: don't crash when $HOME is a relative path (#13581) + * fix(cli): handle extensionless imports better (#13548) + * fix(cli): handle local files with query params on emit (#13568) + * fix(cli/dts/webgpu): make GPUBlendComponent properties optional (#13574) + * fix(ext/crypto): enforce 128bits tagLength for AES-GCM decryption (#13536) + * fix(ext/crypto): utf16 jwk encoding (#13535) + * fix(lsp): properly display x-deno-warning with redirects (#13554) + * fix(lsp): regression where certain diagnostics were showing for disabled files + (#13530) + * fix(repl): tab completions (#13540) + * perf(lsp): cancellable TS diagnostics (#13565) ------------------------------------------------------------------- Mon Jan 31 17:26:54 UTC 2022 - Avindra Goolcharan