summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-02-04 21:44:38 +0100
committerGitHub <noreply@github.com>2022-02-04 21:44:38 +0100
commit82284d8052262ce9e8b688ddf5f079a70edc6818 (patch)
treeed69f97aff4b85ae5f6826bfc1e2138faf292308 /Releases.md
parent2f438f4106e1c69f29e43221a98428213f6621e9 (diff)
chore: forward v1.18.2 to main (#13595)
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index b7b32f46a..8c62b7200 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.18.2 / 2022.02.03
+
+- 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)
+
### 1.18.1 / 2022.01.27
- feat(unstable): add Deno.networkInterfaces (#13475)