summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index 95851b3fe..fd4341c4b 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,32 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.8.0 / 2019.06.08
+
+In deno:
+
+- feat: Add 'bundle' subcommand. (#2467)
+- feat: Handle compiler diagnostics in Rust (#2445)
+- feat: add deno fmt --stdout option (#2439)
+- feat: CLI defaults to run subcommand (#2451)
+- fix: Compiler exit before emit if preEmitDiagnostics found (#2441)
+- fix: Deno.core.evalContext & Deno.core.print (#2465)
+- fix: Improve setup.py for package managers (#2423)
+- fix: Use body when Request instance is passed to fetch (#2435)
+- perf: Create fewer threads (#2476)
+- upgrade: TypeScript to 3.5.1 (#2437)
+- upgrade: std/prettier@0.5.0 to std/prettier@0.7.0 (#2425)
+
+In deno_std:
+
+- ci: Check file changes during test (denoland/deno_std#476)
+- ci: Implement strict mode (denoland/deno_std#453)
+- ci: Make CI config DRY (denoland/deno_std#470)
+- encoding/csv: add easy api (denoland/deno_std#458)
+- io: make port BufReader.readByte() return
+ `number | EOF`(denoland/deno_std#472)
+- ws: Add sec-websocket-version to handshake header (denoland/deno_std#468)
+
### v0.7.0 / 2019.05.29
In deno: