2022-01-08 18:34:42 +00:00
committed by Git OBS Bridge
parent 15a898c917
commit d0aec7bc60
6 changed files with 31 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Jan 8 18:32:45 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.17.2:
* fix(cli): include JSON modules in bundle (#13188)
* fix(core): inspector works if no "Runtime.runIfWaitingForDebugger"
message is sent (#13191)
* fix(coverage): use only string byte indexes and 0-indexed
line numbers (#13190)
* fix(doc): Make private types which show up in the rustdocs public (#13230)
* fix(ext/console): map basic css color keywords to ansi (#13175)
* fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url (#13264)
* fix(ext/crypto) include AES-CTR for deriveKey (#13174)
* fix(ext/crypto): use forgiving base64 encoding for JWK (#13240)
* fix(ext/ffi): throw errors instead of panic (#13283)
* fix(lsp): add code lens for tests just using named functions (#13218)
* fix(lsp): better handling of folders in registry completions (#13250)
* fix(lsp): handle repeating patterns in registry correctly (#13275)
* fix(lsp): properly generate data URLs for completion items (#13246)
* fix(signals): prevent panic when listening to forbidden signals (#13273)
* fix: support mts, cjs & cts files for deno test & deno fmt (#13274)
* fix: upgrade swc_ecmascript to 0.103 (#13284)
-------------------------------------------------------------------
Sat Dec 25 20:13:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>