Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | docs(cli/dts): fix Deno.inspect examples (#10569) | Casper Beyer | |
2021-05-11 | docs(cli/dts): fix Deno.seek and Deno.seekSync examples (#10568) | Casper Beyer | |
2021-05-11 | docs(cli/dts): fix Deno.run example (#10567) | Casper Beyer | |
2021-05-10 | fix(cli): typings for `Deno.os.arch` (#10541) | Elias Sjögreen | |
2021-05-06 | docs: env.get will return `undefined` if not exist (#10514) | 迷渡 | |
2021-05-05 | docs(cli/dts): add missing awaits (#10501) | Casper Beyer | |
2021-05-05 | docs(cli/dts): fix env examples (#10500) | Casper Beyer | |
2021-05-05 | docs(cli/dts): use one block per writeAll example (#10496) | Casper Beyer | |
2021-05-05 | docs(cli/dts): explicitly import assert in examples (#10495) | Casper Beyer | |
2021-05-05 | docs(cli/dts): use one code block per truncate example (#10494) | Casper Beyer | |
2021-05-04 | docs(cli/ftruncateSync): use openSync in example (#10485) | Casper Beyer | |
2021-04-28 | docs: document how to stop file watcher (#10403) | Yoshiya Hinosawa | |
2021-04-27 | docs: fix ftruncateSync example (#10393) | Yoshiya Hinosawa | |
2021-04-26 | fix: invalid types for asynchronous and synchronous `File#truncate` (#10353) | Carter Snook | |
2021-04-26 | fix(#10360): clarify JSDoc for `Deno.noColor` (#10373) | Carter Snook | |
Fixes #10360 Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2021-04-20 | revert: Conn type changes in #10012 and #10061 (#10255) | Kitson Kelly | |
Fixes #10200 (again) This reverts commit 9c7c9a35c12625bd4793c21539391d6b08d17e73 and a8057e3e06962a8d7c6330a085704bb4493eed04. | |||
2021-04-16 | fix(#10200): weaken types so non-breaking (#10205) | Kitson Kelly | |
Fixes #10200 | |||
2021-04-13 | feat(cli/dts): stricter typings for Listener & Conn (#10012) | crowlKats | |
2021-04-13 | feat(permissions): allow env permission to take values (#9825) | crowlKats | |
2021-04-12 | feat(runtime): add truncate and truncateSync methods to Deno.File (#10130) | Casper Beyer | |
2021-04-12 | feat(runtime): add stat and statSync methods to Deno.File (#10107) | Casper Beyer | |
2021-04-12 | feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108) | Casper Beyer | |
This commit stabilizes Deno.fstat and Deno.fstatSync which are well known system calls and have a stable interface. | |||
2021-04-11 | feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126) | Casper Beyer | |
This stabilizes Deno.ftruncate and Deno.ftruncateSync. This is a well known system call and the interface is not going to change. Implicitly requires write permissions as the file has to be opened with write to be truncated. | |||
2021-04-10 | feat(permissions): allow run permission to take values (#9833) | crowlKats | |
This commit adds allowlist support to `--allow-run` flag. Additionally `Deno.permissions.query()` allows to query for specific programs within allowlist. | |||
2021-04-06 | chore: deprecate Deno.iter and Deno.iterSync (#10025) | Luca Casonato | |
This commit marks the `Deno.iter` and `Deno.iterSync` utils as deprecated, and schedules them for removal in Deno 2.0. These utilities are implemented in pure JS, so should not be part of the Deno namespace. These utilities are now available in std/io/util: denoland/deno_std#843. | |||
2021-04-06 | chore: deprecate Deno.Buffer and read/write utils (#9793) | Luca Casonato | |
This commit marks the `Deno.Buffer` / `Deno.readAll` / `Deno.readAllSync` / `Deno.writeAll` / `Deno.writeAllSync` utils as deprecated, and schedules them for removal in Deno 2.0. These utilities are implemented in pure JS, so should not be part of the Deno namespace. These utilities are now available in std/io/buffer and std/io/util: https://github.com/denoland/deno_std/pull/808. This additionallty removes all internal dependance on Deno.Buffer. | |||
2021-02-26 | feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226) | Casper Beyer | |
2021-02-25 | feat(runtime): stabilize Deno.link and Deno.linkSync (#9417) | Casper Beyer | |
This commit makes "Deno.link" and "Deno.linkSync" stable. The permission required has been changed to read-write to ensure one cannot escape the sandbox. | |||
2021-02-25 | feat(runtime): stabilise permissions and add event target capabilities (#9573) | Kitson Kelly | |
2021-02-24 | feat: add exit sanitizer to Deno.test (#9529) | Casper Beyer | |
This adds an exit sanitizer to ensure that code being tested or dependencies of that code can't accidentally call "Deno.exit" leading to partial test runs and false results. | |||
2021-02-10 | fix(console): log function object properties / do not log non-enumerable ↵ | David DeSimone | |
props by default (#9363) | |||
2021-02-04 | docs: update example for Deno.Process (#9390) | Bartek Iwańczuk | |
2021-01-29 | refactor: IO resource types, fix concurrent read/write and graceful close ↵ | Bert Belder | |
(#9118) Fixes: 9032. | |||
2021-01-12 | feat: stabilize Deno.shutdown() and Conn#closeWrite() | Bartek Iwańczuk | |
Closes: #9099 | |||
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2020-12-12 | docs: fix doc to remove annotation about removed function `Deno.dir` (#8732) | Tatsuya Yamamoto | |
2020-11-23 | fix(cli): add file URL support for Deno.readLink (#8423) | William Perron | |
2020-11-16 | Improve Deno.version type declaration (#8391) | Mark Tiedemann | |
2020-11-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-10-20 | feat: stabilize Deno.fsync and Deno.fdatasync (#8038) | Casper Beyer | |
2020-10-20 | fix(cli): use rid getter for stdio (#8014) | Casper Beyer | |
This changes the rid of Deno.stdin, Deno.stdout, Deno.stderr from a mutable property into a getter to match the rid semantics of Deno.File. | |||
2020-10-19 | docs: readTextFile / readTextFileSync throw when reading directory (#7999) | vwkd | |
2020-10-14 | fix typos (#7964) | vwkd | |
2020-10-11 | fix(cli/console): only inspect getters with option (#7830) | Casper Beyer | |
2020-09-30 | feat(cli/console): Add Deno.InspectOptions::colors (#7742) | Nayeem Rahman | |
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120 | |||
2020-09-08 | feat(console): print proxy details (#7139) | uki00a | |
2020-09-04 | docs: fix anchor link (#7346) | 迷渡 | |
2020-08-31 | fix(doc): fix some typos in cli docs (#7292) | Michael Kurze | |
2020-08-21 | fix(docs): remove Deno.dir (#7144) | 迷渡 | |
2020-08-12 | feat: Support file URLs in Deno.run for executable (#6994) | Nayeem Rahman | |