diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index f498900b9..1ff3d5660 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,22 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.24.3 / 2022.08.11 + +- fix(ext/fetch): add socks proxy support (#15372) +- feat(unstable/ext/ffi): add static method variants to Deno.UnsafePointerView + (#15146) +- fix(cli): allow configurations files to also be json modules (#15444) +- fix(ext/ffi): check CStr for UTF-8 validity on read (#15318) +- fix(ext/ffi): unstable op_ffi_unsafe_callback_ref (#15439) +- fix(permissions): ignore empty values (#15447) +- fix(task): subcommand parser skips global args (#15297) +- fix: allow setting `globalThis.location` when no `--location` is provided + (#15448) +- fix: update deno_graph to fix importing config as JSON module (#15388) +- fix: various formatting fixes (#15412) +- perf(ops): monomorphic sync op calls (#15337) + ### 1.24.2 / 2022.08.04 - feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView (#15143) |