summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 6f4900f37..b0ea86436 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,38 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.27.1 / 2022.11.03
+
+- feat(core): support creating snapshots from existing snapshots (#14744)
+- feat(unstable): support npm specifiers in `deno info` for display text output
+ only (#16470)
+- feat(unstable/lock): autodiscovery of lockfile (#16498)
+- feat(unstable/lock): require --unstable flag to auto discover lockfile
+ (#16524)
+- feat(unstable/npm): `deno info --json` support for npm specifiers (#16472)
+- fix: change default locale value (#16463)
+- fix: finish stabilizing Deno.osRelease() (#16447)
+- fix: update env to sys permission in jsdoc for Deno.osRelease (#16483)
+- fix(cli/dts): add typings for Change Array by copy proposal (#16499)
+- fix(core): fix APIs not to be affected by `Promise.prototype.then`
+ modification (#16326)
+- fix(ext/crypto): fix HMAC jwk import "use" check (#16465)
+- fix(ext/websocket): make try_send ops infallible (#16454)
+- fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)
+- fix(lock): Additive lock file (#16500)
+- fix(lock): error if a referenced package id doesn't exist in list of packages
+ (#16509)
+- fix(lsp): add ServerCapabilities::encoding (#16444)
+- fix(lsp): correct `parameterNames.suppressWhenArgumentMatchesName` and
+ `variableTypes.suppressWhenTypeMatchesName` (#16469)
+- fix(napi): fix is_detached_arraybuffer (#16478)
+- fix(npm): add `console` global for node environment (#16519)
+- fix(runtime): fix Deno.hostname on windows (#16530)
+- fix(test): add slice method to filename to make them portable (#16482)
+- fix(tools): show correct upgrade command for upgrading canary (#16486)
+- fix(upgrade): don't prompt if latest version is older than current binary
+ (#16464)
+
### 1.27.0 / 2022.10.27
- feat(core): enable --harmony-change-array-by-copy V8 flag (#16429)