From 8d3baa7777b6bd2a2631e1b87a4676b520f2b447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 9 Mar 2021 21:55:44 +0100 Subject: v1.8.1 --- Releases.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Releases.md') diff --git a/Releases.md b/Releases.md index 00165ff7d..51f15b442 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.8.1 / 2021.03.09 + +- fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714) +- fix(cli/compile): Do not append .exe depending on target (#9668) +- fix(cli/coverage): Ensure single line functions don't yield false positives + (#9717) +- fix(core): Shared queue assertion failure in case of js error (#9721) +- fix(runtime): Add navigator interface objects (#9685) +- fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619) +- fix(webgpu): Add Uint32Array type for code in ShaderModuleDescriptor (#9730) +- fix(webgpu): Add webidl records and simple unions (#9698) + +Release notes for std version 0.90.0: +https://github.com/denoland/deno_std/releases/tag/0.90.0 + ### 1.8.0 / 2021.03.02 https://deno.land/posts/v1.8 -- cgit v1.2.3