diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-11-24 17:59:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 23:59:42 +0100 |
commit | 72dd7ad8075d626f5ec4aedca5f6aaae19c736bb (patch) | |
tree | eaf4a8abc9a9b17bc32da1aa3f7946472fda36cf /Releases.md | |
parent | 823a5f60151f71846468205f70115d862586b0aa (diff) |
chore: forward v1.28.2 release commit to main (#16796)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 076a5bee7..8ce785530 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,36 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.28.2 / 2022.11.24 + +- feat(cli): add warning for incorrectly ordered flags (#16734) +- feat(core): Ability to create snapshots from existing snapshots (#16597) +- fix(ext/flash): graceful server startup/shutdown with unsettled promises in + mind (#16616) +- fix(ext/node): handle URL in createRequire (#16682) +- fix(ext/websocket): uncatchable errors on send (#16743) +- fix(fmt/markdown): scenario where whitespace was being incorrectly stripped in + inline links (#16769) +- fix(info): handle circular npm dependencies (#16692) +- fix(inspector): ensure console methods provided by inspector are available + (#16724) +- fix(install): `deno install -f` should overwrite lockfile from previous + installation (#16744) +- fix(npm): add suggestions to error message when can't find binary entrypoint + (#16733) +- fix(npm): automatically find binary entrypoint when values are all the same + (#16735) +- fix(npm): handle directory resolution when resolving declaration files + (#16706) +- fix(npm): use an http client with connection pool (#16705) +- fix(npm/check): prioritize exports over types entry (#16788) +- fix(npm/types): resolve main entrypoint declaration file when no types entry + (#16791) +- fix(types/unstable): change interface base for `CommandOutput` (#16696) +- fix: Make npm packages works with import maps (#16754) +- perf(ext/flash): optimize response streaming (#16660) +- perf(npm): make dependency resolution faster (#16694) + ### 1.28.1 / 2022.11.16 - fix(bundle): explicit error when using an npm specifier with deno bundle |