summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-28 18:26:58 -0500
committerRyan Dahl <ry@tinyclouds.org>2019-01-29 22:57:11 -0500
commit1681bda14d1552860645e40f91f667accefe50cb (patch)
tree73406845274c3d1959035599a8cffcb848d2a89a /Releases.md
parent240ca25617bb57e4071193dbc040ab03a27f3a6c (diff)
v0.2.9
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index ee8b0b003..07bbb2122 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases
We also have a one-line install commands at
https://github.com/denoland/deno_install
+### v0.2.9 / 2019.01.29
+
+- Add REPL functions "help" and "exit" (#1563)
+- Split out compiler snapshot (#1566)
+- Combine deno.removeAll into deno.remove (#1596)
+- Add console.table (#1608)
+- Add console.clear() (#1562)
+- console output with format (#1565)
+- env key/value should both be strings (#1567)
+- Add CustomEvent API (#1505)
+
### v0.2.8 / 2019.01.19
- Add --prefetch flag for deps prefetch without running (#1475)