github denoland/deno v1.20.2

latest releases: v1.46.3, v1.46.2, v1.46.1...
2 years ago

1.20.2 / 2022.03.24

  • feat(lsp): support deno.enablePaths setting (#13978)
  • fix(bench): require --unstable flag in JavaScript (#14091)
  • fix(test): don't error on missing op details (#14074)
  • fix(compat): Changes an instance of collect::<Vec<_>>().join("") to
    collect::() (#14082)
  • fix(tests): do not use global env vars in install tests (#14078)
  • fix(ext/fetch): Connect async error stack with user code (#13899)
  • fix(unstable): upgrade deno_task_shell to 0.2 (#14073)
  • fix: upgrade to swc_ecmascript 0.137.0 (#14067)
  • fix(fetch): Fix uncaught rejection panic with
    WebAssembly.instantiateStreaming (#13925)
  • fix(core): variadic opSync/opAsync (#14062)
  • fix(runtime): actually don't inherit runtime permissions (#14024)
  • fix(ext/console): fix error with a Proxy of a Map (#14032)
  • fix(ops): throw TypeError on op return failure (#14033)
  • fix(cli): improve deno compile error messages (#13944)
  • fix(cli): add support for DENO_CERT in upgrade command (#13862)
  • fix(config-file): fix config-file.v1.json schema to allow colons in the task
    name (#14013)
  • perf(http): avoid Set.has() when closing connection resource (#14085)
  • perf(http): avoid checking promise every request (#14079)
  • perf(http): avoid per header alloc (#14051)

Don't miss a new deno release

NewReleases is sending notifications on new releases.