Age | Commit message (Expand) | Author |
2024-01-24 | feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.resources()` (#22059) | Asher Gomez |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-23 | feat: import.meta.filename and import.meta.dirname (#22061) | Bartek Iwańczuk |
2024-01-23 | feat: Add deprecation warning for `Deno.customInspect` (#22027) | Asher Gomez |
2024-01-23 | refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D... | Asher Gomez |
2024-01-23 | refactor: set removal version for `Deno.Server` (#22024) | Asher Gomez |
2024-01-22 | chore: use `FsFile[Symbol.dispose]()` (#22007) | Asher Gomez |
2024-01-21 | chore: use `Deno.readTextFile()` where appropriate (#22018) | Asher Gomez |
2024-01-21 | chore: use `Deno.writeTextFile()` where appropriate (#22008) | Asher Gomez |
2024-01-16 | docs(ns): add a notice on file order returned by readDir (#21953) | king8fisher |
2024-01-15 | chore: define removal version for `Deno.metrics()` (#21872) | Asher Gomez |
2024-01-14 | chore: define removal version for `Deno.run()` (#21863) | Asher Gomez |
2024-01-14 | feat: Deprecate 'Deno.serveHttp' API (#21874) | Bartek Iwańczuk |
2024-01-10 | fix: android support (#19437) | cions |
2024-01-06 | chore: define removal version in deprecated IO APIs (#21702) | Asher Gomez |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-13 | chore: deprecate `Deno.Reader`, `Deno.ReaderSync`, `Deno.Writer`, `Deno.Write... | Asher Gomez |
2023-12-06 | feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463) | Bartek Iwańczuk |
2023-12-05 | docs: fix description of FileInfo's mode property (#21366) | David Sherret |
2023-12-02 | chore: update std to 0.208.0 (#21318) | Asher Gomez |
2023-11-25 | fix(dts): `Deno.ChildProcess` actually implements `AsyncDisposable` (#21326) | Yusuke Tanaka |
2023-11-22 | docs: update `Deno.*` deprecation notices (#21283) | Asher Gomez |
2023-11-13 | chore: remove duplicate esnext.dispoable (#21184) | David Sherret |
2023-11-07 | docs: improve some JSDoc (#20841) | Luca Casonato |
2023-11-01 | feat: disposable Deno resources (#20845) | Luca Casonato |
2023-10-28 | Revert "chore: update deno_std submodule (#20994)" (#21001) | Bartek Iwańczuk |
2023-10-27 | chore: update deno_std submodule (#20994) | Bartek Iwańczuk |
2023-10-27 | feat: rename Deno.Server to Deno.HttpServer (#20842) | Luca Casonato |
2023-10-05 | docs: update alternative APIs for `write()`, `writeSync()`, `read()` and `rea... | Asher Gomez |
2023-09-26 | chore: deprecate Deno.metrics() API (#20684) | Bartek Iwańczuk |
2023-09-06 | feat(test): Add Deno.test.ignore and Deno.test.only (#20365) | Bartek Iwańczuk |
2023-08-27 | test(bench): mark explicit timer test as flaky (#20304) | Nayeem Rahman |
2023-08-26 | fix(bench): explicit timers don't force high precision measurements (#20272) | Nayeem Rahman |
2023-08-03 | feat(permissions): add "--deny-*" flags (#19070) | Asher Gomez |
2023-07-31 | feat(bench): add BenchContext::start() and BenchContext::end() (#18734) | Nayeem Rahman |
2023-07-04 | feat: Stabilize Deno.serve() API (#19141) | Bartek Iwańczuk |
2023-07-03 | fix: Update typings for Deno.errors namespace (#19688) | Bartek Iwańczuk |
2023-06-16 | chore: fix typos in HrtimePermissionDescriptor and performance.now docs (#19469) | andy |
2023-06-05 | feat: add more options to Deno.inspect (#19337) | Leo Kettmeir |
2023-05-24 | feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (... | Hirotaka Tagawa / wafuwafu13 |
2023-05-10 | fix(dts): align `seekSync` `position` arg with `seek` (#19077) | David Sherret |
2023-05-04 | docs: update Deno.Writer docstring (#18987) | Bartek Iwańczuk |
2023-05-03 | fix(docs): replace "e.g." with "i.e." in `seek()`/`seekSync()` comment (#18964) | kang |
2023-05-02 | docs(lib): document `Deno.Command` requires the `allow-run` permission (#18958) | Yarden Shoham |
2023-05-01 | docs: correct example of piping the output of a subprocess to a file (#18933) | Michael Lazarev |
2023-04-27 | feat: Deprecate Deno.run API in favor of Deno.Command (#17630) (#18866) | Bartek Iwańczuk |
2023-03-30 | docs: clarify `Deno.consoleSize` returns the window size (#18508) | David Sherret |
2023-03-21 | chore: update formatting configuration (#18331) | Bartek Iwańczuk |
2023-03-21 | docs: fix broken `Deno.FsFile#readable` example code (#18277) | ayame113 |