github denoland/deno v1.33.3

latest releases: v1.46.3, v1.46.2, v1.46.1...
17 months ago

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)

Don't miss a new deno release

NewReleases is sending notifications on new releases.