diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index d03407192..db7fc5cbf 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,28 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.43.6 / 2024.05.21 + +- fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902) +- fix(cli/coverage): invalid line id in html reporter (#23908) +- fix(ext/web): fix potential leak of unread buffers (#23923) +- fix(ext/webgpu): Allow `depthClearValue` to be undefined when `depthLoadOp` is + not "clear" (#23850) +- fix(lsp): Fix display of JSDoc named examples (#23927) +- fix(lsp): apply import fix to missing declaration code action (#23924) +- fix(node): instantiating process class without new (#23865) +- fix(node): patch MessagePort in worker_thread message (#23871) +- fix(node): stub findSourceMap for `ava` (#23899) +- fix(node): track `SIG*` listeners in `process.listeners` (#23890) +- fix(task): do not error if node_modules folder not exists (#23920) +- fix: add missing `URL.parse` types (#23893) +- fix: handle signal 0 in process.kill (#23473) +- fix: serve handler error with 0 arguments (#23652) +- perf(cache): compile ts to js in parallel for `deno cache` (#23892) +- perf: analyze cjs exports and emit typescript in parallel (#23856) +- perf: analyze cjs re-exports in parallel (#23894) +- perf: resolver - skip cwd lookup if able (#23851) + ### 1.43.5 / 2024.05.18 - fix(npm): regression deserializing JSON for some npm packages (#23868) |