summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-28 12:03:09 -0400
committerRy Dahl <ry@tinyclouds.org>2019-10-28 14:12:12 -0400
commit71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d (patch)
tree6ee0e8f57302f165edd3fa6ca05257830b03d70d /Releases.md
parentff9df0c321eb56c7f89f5ccdaa301453f22f708e (diff)
v0.22.0
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 15fcdc890..b59339ac6 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,28 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.22.0 / 2019.10.28
+
+- feat: Deno.listenTLS (#3152)
+- feat: Publish source tarballs for releases (#3203)
+- feat: Support named imports/exports for subset of properties in JSON modules
+ (#3210)
+- feat: Use web standard Permissions API (#3200)
+- feat: Remove --no-prompt flag, fail on missing permissions (#3183)
+- feat: top-level-for-await (#3212)
+- feat: Add ResourceTable in core (#3150)
+- feat: Re-enable standard stream support for fetch bodies (#3192)
+- feat: Add CustomInspect for Headers (#3130)
+- fix: Cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues (#3175)
+- fix: Remove runtime panics in op dispatch (#3176, #3202, #3131)
+- fix: BufReader.readString to actually return Deno.EOF at end (#3191)
+- perf: faster TextDecoder (#3180, #3204)
+- chore: Reenable std tests that were disabled during merge (#3159)
+- chore: Remove old website (#3194, #3181)
+- chore: Use windows-2019 image in Github Actions (#3198)
+- chore: use v0.21.0 for subcommands (#3168)
+- upgrade: V8 to 7.9.317.12 (#3208)
+
### v0.21.0 / 2019.10.19
- feat: --reload flag to take arg for partial reload (#3109)