diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 666e7b2a1..a84cc229e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,32 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.33.3 / 2023.05.12 + +- 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) + ### 1.33.2 / 2023.05.04 - fix(core): Use primordials for methods (#18839) |