diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-28 16:10:06 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-28 16:58:17 -0400 |
| commit | b965c7ab367a417fb7bdde2eaf38312179e5c183 (patch) | |
| tree | e35c0e665f9c418b5343ab040011c6402b0cce7f /Releases.md | |
| parent | bdc455dd25b4c0d14fd30bc32c07206b2b93a007 (diff) | |
v0.3.5
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 0b93d7851..1527a369e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,30 @@ https://github.com/denoland/deno/releases We also have one-line install commands at https://github.com/denoland/deno_install +### v0.3.5 / 2019.03.28 + +In deno: + +- Add Process.stderrOutput() (#1828) +- Check params in Event and CustomEvent (#2011, #1997) +- Merge --reload and --recompile flags (#2003) +- Add Deno.openSync, .readSync, .writeSync, .seekSync (#2000) +- Do not close file on invalid seek mode (#2004) +- Fix bug when shared queue is overflowed (#1992) +- core: Resolve callback moved from Behavior to mod_instantiate() (#1999) +- core: libdeno and DenoCore renamed to Deno.core (#1998) +- core: Allow terminating an Isolate from another thread (#1982) + +In deno_std: + +- Add TOML parsing module (#300) +- testing: turn off exitOnFail by default (#307, #309) +- Fix assertEquals for RegExp & Date (#305) +- Fix prettier check in empty files (#302) +- remove unnecessary path.resolve in move/readJson/writeJson (#292) +- fix: fs.exists not work for symlink (#291) +- Add prettier styling options (#281) + ### v0.3.4 / 2019.03.20 In deno itself: |
