2021-09-26 12:49:41 +00:00
committed by Git OBS Bridge
parent 0f81354bf4
commit 69504d3fbf
6 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Sep 26 09:22:08 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.14.1:
* fix(cli): don't ignore diagnostics about for await (#12116)
* fix(cli): move Deno.flock and Deno.funlock to
unstable types (#12138)
* fix(cli/fmt_errors): Abbreviate long data URLs in
stack traces (#12127)
* fix(config-schema): correct default value of "lib" (#12145)
* fix(core): prevent multiple main module loading (#12128)
* fix(ext/crypto): don't use core.decode for encoding
jwk keys (#12088)
* fix(ext/crypto): use DataError in importKey() (#12071)
* fix(lsp): align filter text to vscode logic (#12081)
* fix(runtime/ops/signal.rs): Add FreeBSD signal
definitions (#12084)
* perf(ext/web): optimize EventTarget (#12166)
* perf(runtime/fs): optimize readFile by using a single large
buffer (#12057)
* perf(web): optimize AbortController (#12165)
-------------------------------------------------------------------
Sat Sep 18 01:52:36 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>