2023-05-12 17:24:12 +00:00
committed by Git OBS Bridge
parent 2d65925853
commit b7c34274ae
6 changed files with 40 additions and 10 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri May 12 17:08:12 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.33.3:
* feat(compile): unstable npm and node specifier support (#19005)
* feat(ext/http): Automatic compression for Deno.serve (#19031)
* feat(lsp): ability to configure document pre-load limit (#19097)
* feat(node): add Module.runMain() (#19080)
* fix(cli): upgrade to Typescript 5.0.4 (#19090)
* fix(console): handle error when inspecting promise-like (#19083)
* fix(core): always report the first error on unhandled rejection (#18992)
* fix(core): let V8 drive extension ESM loads (#18997)
* fix(dts): align seekSync position arg with seek (#19077)
* fix(ext/ffi): Callbacks panic on returning isize (#19022)
* fix(ext/ffi): UnsafeCallback can hang with 'deno test' (#19018)
* fix(ext/fs): add more context_path (#19101)
* fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)
* fix(lsp): hard to soft error when unable to get completion info (#19091)
* fix(lsp): preload documents when deno.documentPreloadLimit
changes (#19103)
* fix(node): conditional exports edge case (#19082)
* fix(node): expose channels in worker_threads (#19086)
* fix(npm): make http2 module available, make
'nodeGlobalThisName' writable (#19092)
* fix(runtime): ChildProcess::kill() doesn't require additional
perms (#15339)
* fix(vendor): better handling of redirects (#19063)
* perf(ext/ffi): Use Box<[NativeType]> in CallbackInfo parameters (#19032)
* perf(fmt): faster formatting for minified object literals (#19050)
-------------------------------------------------------------------
Thu May 4 22:08:20 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>