diff options
| author | Kayla Washburn <mckayla@hey.com> | 2022-06-23 15:27:41 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 15:27:41 -0600 |
| commit | 215f3d4c8e5f694bc6341ca5307b8a3794a32de0 (patch) | |
| tree | c72fe2cecbe0bc2b91a444cca36a2dc6fc5a1dd8 /Releases.md | |
| parent | ef7bc5e0a62e1e362704fd2becb5629a7f9f60ba (diff) | |
v1.23.1 (#14954)
1.23.1 (#14952)
Co-authored-by: aslilac <aslilac@users.noreply.github.com>
Co-authored-by: Kayla Washburn <mckayla@hey.com>
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: aslilac <aslilac@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 45d6b858c..b9decdc5e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,25 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.23.1 / 2022.06.23 + +- BREAKING(unstable/ffi): Remove `Deno.UnsafePointer` indirection (#14915) +- feat(unstable/ffi): Callbacks (#14663) +- fix(check): ignore TS2306 (#14940) +- fix(docs): update description of `--check` flag (#14890) +- fix(ext/fetch): add `accept-language` default header to fetch (#14882) +- fix(ext/web): add EventTarget brand checking (#14637) +- fix(ext/web): handle rid=0 in TextDecoder#decode (#14894) +- fix(fmt): ignore node_modules directory (#14943) +- fix(fmt): should fail `--check` on parse error (#14907) +- fix(repl): accept tab when previous character is whitespace (#14898) +- fix(repl): use spaces for tab handler on windows (#14931) +- fix: do not panic running .d.cts and .d.mts files (#14917) +- fix: make Performance global an EventTarget +- fix: upgrade swc via deno_ast 0.16 (#14930) +- perf(core): Cache source lookups (#14816) +- perf(ext/ffi): Optimize FFI Rust side type checks (#14923) + ### 1.23.0 / 2022.06.15 - BREAKING: remove `Intl.v8BreakIterator` (#14864) |
