diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-11 15:00:32 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-11 15:35:21 -0400 |
commit | 8584d80cfd26111825af5a69fc6ae4c367ad0700 (patch) | |
tree | a72acf3bcca24427dc010799455e20bea8e129d4 /Releases.md | |
parent | 960ee5257a7b38c6b3b59a3dca670c7c1771996f (diff) |
v0.3.7
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 71c5985aa..34d14314f 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,24 @@ https://github.com/denoland/deno/releases We also have one-line install commands at https://github.com/denoland/deno_install +### v0.3.7 / 2019.04.11 + +In deno: + +- Use clap for command line flag parsing (#2093, #2068, #2065, #2025) +- Allow high precision performance.now() (#1977) +- Fix `console instanceof Console` (#2073) +- Add link/linkSync fs call for hardlinks (#2074) +- build: Use -O3 instead of -O (#2070) + +In deno_std: + +- fs: add fs/mod.ts entry point (deno_std#272) +- prettier: change flag parsing (deno_std#327) +- fs: add EOL detect / format (deno_std#289) +- fs: ensure exists file/dir must be the same type or it will throw error + (deno_std#294) + ### v0.3.6 / 2019.04.04 In deno: |