Skip to content

Releases: unyt-org/deno

v2.2.7

21 Mar 00:50
df04f47
Compare
Choose a tag to compare

2.2.7 / 2025.03.20

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.4

17 Mar 21:24
940c894
Compare
Choose a tag to compare

2.2.4 / 2025.03.14

  • feat(otel): span context propagators (denoland#28460)
  • feat(unstable/otel): add otel tracing to node:http.request (denoland#28463)
  • feat: support FORCE_COLOR (denoland#28490)
  • fix(bench): lower bench time budget when n is specified (denoland#28454)
  • fix(check): support types@ export conditions (denoland#28450)
  • fix(check): support typesVersions in npm dependencies (denoland#28468)
  • fix(cli): warn when an otel env var has an invalid value (denoland#28394)
  • fix(ext/node): correct STATUS_CODES strings (denoland#28489)
  • fix(ext/node): use primordials in ext/node/polyfills/path/_util.ts (denoland#28432)
  • fix(install): exclude npm workspace packages from graph roots in install
    (denoland#28401)
  • fix(install): support "file:" dependencies in local package.json (denoland#28396)
  • fix(lsp): auto-import from npm package exports with manual node_modules
    (denoland#28414)
  • fix(lsp): silence errors from "codeAction/resolve" (denoland#28400)
  • fix(node): support re-exported esm modules in cjs export analysis (denoland#28379)
  • fix(otel): don't print otel warning when variable is not set (denoland#28475)
  • fix(otel/unstable): trace error cases of fetch (denoland#28480)
  • fix(run): skip the cjs suggestion for mjs/mts modules (denoland#26698)
  • fix(unstable): lint plugin !== wrongly parsed as != (denoland#28403)
  • fix(unstable): wrong node with shorthand ObjectPattern + AssignPattern
    (denoland#28402)
  • fix: unhandled rejection from quic (denoland#28448)
  • perf(lsp): lazily start the ts server (denoland#28392)

v2.1.2

03 Dec 18:59
Compare
Choose a tag to compare

2.1.2 / 2024.11.28

  • feat(unstable): Instrument Deno.serve (denoland#26964)
  • feat(unstable): Instrument fetch (denoland#27057)
  • feat(unstable): repurpose --unstable-detect-cjs to attempt loading more
    modules as cjs (denoland#27094)
  • fix(check): support jsdoc @import tag (denoland#26991)
  • fix(compile): correct buffered reading of assets and files (denoland#27008)
  • fix(compile): do not error embedding same symlink via multiple methods
    (denoland#27015)
  • fix(compile): handle TypeScript file included as asset (denoland#27032)
  • fix(ext/fetch): don't throw when bodyUsed inspect after upgrade (denoland#27088)
  • fix(ext/node): tls.connect socket upgrades (denoland#27125)
  • fix(ext/node): add fs.promises.fstat and FileHandle#stat (denoland#26719)
  • fix(ext/webgpu): normalize limits to number (denoland#27072)
  • fix(ext/webgpu): use correct variable name (denoland#27108)
  • fix(ext/websocket): don't throw exception when sending to closed socket
    (denoland#26932)
  • fix(fmt): return None if sql fmt result is the same (denoland#27014)
  • fix(info): resolve bare specifier pointing to workspace member (denoland#27020)
  • fix(init): always force managed node modules (denoland#27047)
  • fix(init): support scoped npm packages (denoland#27128)
  • fix(install): don't re-set up node_modules if running lifecycle script
    (denoland#26984)
  • fix(lsp): remove stray debug output (denoland#27010)
  • fix(lsp): support task object notation for tasks request (denoland#27076)
  • fix(lsp): wasm file import completions (denoland#27018)
  • fix(node): correct resolution of dynamic import of esm from cjs (denoland#27071)
  • fix(node/fs): add missing stat path argument validation (denoland#27086)
  • fix(node/fs): missing uv error context for readFile (denoland#27011)
  • fix(node/http): casing ignored in ServerResponse.hasHeader() (denoland#27105)
  • fix(node/timers): error when passing id to clearTimeout/clearInterval (denoland#27130)
  • fix(runtime/ops): Fix watchfs remove event (denoland#27041)
  • fix(streams): reject string in ReadableStream.from type (denoland#25116)
  • fix(task): handle carriage return in task description (denoland#27099)
  • fix(task): handle multiline descriptions properly (denoland#27069)
  • fix(task): strip ansi codes and control chars when printing tasks (denoland#27100)
  • fix(tools/doc): HTML resolve main entrypoint from config file (denoland#27103)
  • fix: support bun specifiers in JSR publish (denoland#24588)
  • fix: support non-function exports in Wasm modules (denoland#26992)
  • perf(compile): read embedded files as static references when UTF-8 and reading
    as strings (denoland#27033)
  • perf(ext/webstorage): use object wrap for Storage (denoland#26931)

v2.0.0

13 Oct 15:40
Compare
Choose a tag to compare

2.0.0 / 2024.10.09

Read announcement blog post at: https://deno.com/blog/v2

Read more