diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-07-31 11:37:42 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-31 15:09:06 -0400 |
| commit | b3541c38f5672ffb4a29d66dca19d88b9ecae478 (patch) | |
| tree | beb293e3b1a287c397e5479b210c09fcf71965fb /Releases.md | |
| parent | 2e1ab8232156a23afd22834c1e707fb3403c0db6 (diff) | |
v0.13.0
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 21 |
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: |
