diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-05-27 17:36:43 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-27 17:36:43 +1000 |
| commit | 1c44f4060edb23898bb685ae49a90f658c6c2c05 (patch) | |
| tree | ad1a75cfd801d03f0b7ba15c446b8956402152e8 /Releases.md | |
| parent | ab9c7f52e0a729de9d8c535cfd77e72cc1ca8512 (diff) | |
1.22.1
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 2acde817a..1936396d3 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,24 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.22.1 / 2022.05.27 + +- fix(bench): update typo in bench summary (#14672) +- fix(cli/dts): change `ChildStatus.signal` from `string` to `Deno.Signal` + (#14690) +- fix(core): op metrics op_names mismatch (#14716) +- fix(core): rethrow exception during structured cloning serialization (#14671) +- fix(coverage): do not report transpiled files with no lines (#14699) +- fix(ext/websocket): WebSocket dispatch single close event (#13443) +- fix(fmt): prevent infinite loop when formatting certain binary expressions + (#14725) +- fix(runtime): improve permission descriptor validation (#14676) +- fix(vendor): handle relative imports when mapped local folder name differs + from remote's (#14465) +- fix: deno task should actually use current exe for `deno` command (#14705) +- fix: prevent Deno.exit to fail when dispatchEvent tampered (#14665) +- fix: read raw stdin to prevent buffering (regression) (#14704) + ### 1.22.0 / 2022.05.18 - BREAKING(unstable): Enable Deno namespace in workers by default (#14581) |
