diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-12 20:13:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 19:13:18 +0000 |
commit | 288774c5eda35c27db21526bbcc94488c534137c (patch) | |
tree | 1b3f8afbd6201fbfa22eed9aff6d4cb764bf2d01 /Releases.md | |
parent | 4122c8f16400f7671ec9c724e0e38c423e807003 (diff) |
chore: forward v1.39.3 to main (#21915)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
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 |