summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-07-31 11:37:42 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-07-31 15:09:06 -0400
commitb3541c38f5672ffb4a29d66dca19d88b9ecae478 (patch)
treebeb293e3b1a287c397e5479b210c09fcf71965fb /Releases.md
parent2e1ab8232156a23afd22834c1e707fb3403c0db6 (diff)
v0.13.0
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index fb3e975d2..bc88a7f24 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,27 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at
https://github.com/denoland/deno_install
+### v0.13.0 / 2019.07.31
+
+In deno:
+
+- feat: add debug info to ModuleResolutionError (#2697)
+- feat: expose writeAll() and writeAllSync() (#2298)
+- feat: Add --current-thread flag (#2702)
+- fix: REPL shouldn't panic when it gets SIGINT (#2662)
+- fix: Remap stack traces of unthrown errors (#2693)
+- fix: bring back --no-fetch flag (#2671)
+- fix: handle deno -v and deno --version (#2684)
+- fix: make importmap flag global (#2687)
+- fix: timer's params length (#2655)
+- perf: Remove v8::Locker calls (#2665, #2664)
+
+In deno_std:
+
+- fix: Make shebangs Linux compatible (#545)
+- fix: Ignore error of writing responses to aborted requests (#546)
+- fix: use Deno.execPath where possible (#548)
+
### v0.12.0 / 2019.07.16
In deno: