diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 6ee838702..54ecc6b03 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,35 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.39.3 / 2024.01.12 + +- feat(unstable): fast subset type checking of JSR dependencies (#21873) +- fix(ci): update copright year for _fs_cp.js (#21803) +- fix(cli): update import map url (#21824) +- fix(compile): preserve granular unstable features (#21827) +- fix(ext): enable prefer-primordials for internal TypeScript (#21813) +- fix(ext/crypto): initial support for p521 in `generateKey` and `importKey` + (#21815) +- fix(ext/node): add WriteStream.isTTY (#21801) +- fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) +- fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846) +- fix(fast_check): analyze identifiers in type assertions/as exprs (#21899) +- fix(kv): improve .listenQueue types (#21781) +- fix(lsp): implement host.getGlobalTypingsCacheLocation() (#21882) +- fix(lsp): show test code lens for template literal names (#21798) +- fix(lsp): use a dedicated thread for the parent process checker (#21869) +- fix(registry): wait for already pending publish (#21663) +- fix(task): do not eagerly auto-install packages in package.json when + `"nodeModulesDir": false` (#21858) +- fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816) +- fix(web): use rustyline for prompt (#21893) +- fix: add EventSource typings (#21908) +- fix: android support (#19437) +- fix: cjs export rewritten to invalid identifier (#21853) +- fix: update deno_lint and swc (#21718) +- perf(lsp): use host-owned cache for auto-import completions (#21852) +- perf: skip expanding exclude globs (#21817) + ### 1.39.2 / 2024.01.04 - Revert "fix(runtime): Make native modal keyboard interaction consistent with |