diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-19 17:48:12 -0400 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-19 18:46:02 -0400 |
| commit | 4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd (patch) | |
| tree | 92fffa9b1d8c870b20aaaf73ee27d5738f0514dd /Releases.md | |
| parent | eff2a27bd02f8987e904907ae6ebb6cb9c07944b (diff) | |
v0.21.0
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 f9077dc8b..15fcdc890 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.21.0 / 2019.10.19 + +- feat: --reload flag to take arg for partial reload (#3109) +- feat: Allow "deno eval" to run code as module (#3148) +- feat: support --allow-net=:4500 (#3115) +- fix: Ensure DENO_DIR when saving the REPL history (#3106) +- fix: Update echo_server to new listen API (denoland/deno_std#625) +- fix: [prettier] deno fmt should format jsx/tsx files (#3118) +- fix: [tls] op_dial_tls is not registerd and broken (#3121) +- fix: clearTimer bug (#3143) +- fix: remote jsx/tsx files were compiled as js/ts (#3125) +- perf: eager poll async ops in Isolate (#3046, #3128) +- chore: Move std/fs/path to std/path (#3100) +- upgrade: V8 to 7.9.304 (#3127) +- upgrade: prettier type definition (#3101) +- chore: Add debug build to github actions (#3127) +- chore: merge deno_std into deno repo (#3091, #3096) + ### v0.20.0 / 2019.10.06 In deno: |
