diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-30 18:01:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 18:01:08 -0400 |
commit | 3d8ba30ea0a4dfedcddcf11ecf2bf476cd1af4c3 (patch) | |
tree | 1cb819ad634d4594a78b93cecd1da1a5bd5a7d3f /Releases.md | |
parent | 4e92f38d2ced6cbc2c7ed13d79d739dd4ddadb4c (diff) |
chore: forward 1.23.2 to main (#15027)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index b9decdc5e..8166ca725 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,30 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.23.2 / 2022.06.30 + +- feat(unstable/ffi): thread safe callbacks (#14942) +- fix(core): don't panic on non-existent cwd (#14957) +- fix(docs): --watch arg is stable (#14970) +- fix(dts/ffi): non-exact types break FFI inference (#14968) +- fix(ext/crypto): add EcdhKeyDeriveParams to deriveKey types (#15005) +- fix(ext/ffi): empty buffers error with index out of bounds on FFI (#14997) +- fix(ext/web): remove `ErrorEventInit`'s error default (#14809) +- fix(lsp): restart TS language service when caching dependencies (#14979) +- fix(modules): immediately resolve follow-up dyn imports to a dyn imported + module (#14958) +- fix(runtime): derive default for deno_runtime::ExitCode (#15017) +- fix(task): remove --no-config as task subcommand argument (#14983) +- fix(test): typo ('finsihed') if text decoder not closed during test (#14996) +- fix(vendor): ignore import map in output directory instead of erroring + (#14998) +- fix: don't error if Deno.bench() or Deno.test() are used in run subcommand + (#14946) +- perf(ext/ffi): optimize synchronous calls (#14945) +- perf(ext/web): avoid reallocations in op_base64_atob (#15018) +- perf(ext/web): use base64-simd for atob/btoa (#14992) +- perf(serde_v8): smallvec ByteString (#15008) + ### 1.23.1 / 2022.06.23 - BREAKING(unstable/ffi): Remove `Deno.UnsafePointer` indirection (#14915) |