diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-05-05 19:37:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 19:37:27 -0400 |
commit | 23c77df6643f5b5a8846f67a738fe2e9c1e3c716 (patch) | |
tree | 06dd86c45dbae6c0c2f3f3d7502709f7014a4571 /Releases.md | |
parent | a58afc098d440b1bc0856f8850f0ef7716b7183f (diff) |
1.21.2 (#14508)
1.21.2
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index c496e4665..f8787895a 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,20 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.21.2 / 2022.05.05 + +- fix(cli): add dom.extras lib (#14430) +- fix(coverage): exclude .snap files (#14480) +- fix(ext/http): explicitly close resource after reading (#14471) +- fix(runtime): lossy utf8 readTextFile (#14456) +- fix(task): allow hyphen values after task name (#14434) +- fix(task): support forwarding lone double hyphen (#14436) +- fix(test): actually capture stdout and stderr in workers (#14435) +- fix(test/bench): accept file protocol module specifier CLI args (#14429) +- fix(vendor): do not panic on relative specifier with scheme-like folder name + (#14453) +- fix: improve formatting jsdocs with asterisk as first char on line (#14446) + ### 1.21.1 / 2022.04.28 - Reland "feat(ext/http): stream auto resp body compression" (#14345) |