summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-06-14 18:34:23 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-06-15 09:04:57 -0700
commit7b06aa37342c021f9f1fac99125847d134e67001 (patch)
tree7d97e251ffc75be4611f726bd9e15f883a4188c5 /Releases.md
parent9142a7df46fd1335c9ee007edcc4e83eb589a794 (diff)
v0.9.0
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index fd4341c4b..d0bc257d1 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,26 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.9.0 / 2019.06.15
+
+In deno:
+
+- feat: add deno install command (#2522)
+- feat: URLSearchParams should work with custom iterator (#2512)
+- feat: default output filename for deno bundle (#2484)
+- feat: expose window.Response (#2515)
+- feat: Add --seed for setting RNG seed (#2483)
+- feat: Import maps (#2360)
+- fix: setTimeout API adjustments (#2511, #2497)
+- fix: URL and URLSearchParams bugs (#2495, #2488)
+- fix: make global request type an interface (#2503)
+- upgrade: V8 to 7.7.37 (#2492)
+
+In deno_std:
+
+- feat: installer (denoland/deno_std#489)
+- feat: bundle loader (denoland/deno_std#480)
+
### v0.8.0 / 2019.06.08
In deno: