diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index e792369a0..57e5b53a7 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,18 @@ https://github.com/denoland/deno/releases We also have a one-line install commands at https://github.com/denoland/deno_install +### v0.2.11 / 2019.02.08 + +- Add deps to --info output (#1720) +- Add --allow-read (#1689) +- Add deno.isTTY() (#1622) +- Add emojis to permission prompts (#1684) +- Add basic WebAssembly support (#1677) +- Add `NO_COLOR` support https://no-color.org/ (#1716) +- Add color exceptions (#1698) +- Fix: do not load cache files when recompile flag is set (#1695) +- Upgrade V8 to 7.4.98 (#1640) + ### v0.2.10 / 2019.02.02 - Add --fmt (#1646) |