Age | Commit message (Expand) | Author |
2024-06-19 | fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259) | Divy Srivastava |
2024-06-04 | fix(docs): update Deno.Command docs (#24097) | Igor Zinkovsky |
2024-05-29 | feat: Add `Deno.exitCode` API (#23609) | Luke Edwards |
2024-05-26 | fix(ext/websocket): change default idleTimeout to 30s (#23985) | Alex Gleason |
2024-05-23 | feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy... | Asher Gomez |
2024-05-22 | feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[... | Asher Gomez |
2024-05-14 | fix: Add missing `"junction"` type for `SymlinkOptions.types` (#23756) | futsuuu |
2024-05-05 | docs: update categories to match new planned sitemap (#23677) | Jo Franchetti |
2024-04-26 | feat(ci): category & unstable tags checker (#23568) | Leo Kettmeir |
2024-04-19 | feat(ext/http): Add `addr` to HttpServer (#23442) | Matt Mastracci |
2024-04-18 | feat(ext/net): extract TLS key and certificate from interfaces (#23327) | Bartek Iwańczuk |
2024-04-11 | Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23... | Bartek Iwańczuk |
2024-04-10 | chore: update references to `deno_std` to use JSR (#23239) | Asher Gomez |
2024-04-09 | refactor(ext/net): extract TLS key and certificate from interfaces (#23296) | Matt Mastracci |
2024-04-09 | docs: Fix typo "discreet" to "discrete" (#23290) | Carlos Precioso |
2024-04-09 | chore: update deprecation notices of APIs to be soft-removed (#23076) | Asher Gomez |
2024-03-20 | chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872) | Asher Gomez |
2024-02-18 | feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234) | Asher Gomez |
2024-02-14 | docs: add missing `@category` tags (#22411) | Asher Gomez |
2024-02-07 | docs(cli): add unit info for idleTimeout (#22335) | Jason Ford |
2024-02-07 | docs: correct JSDoc `@category` for `Deno.fsync[Sync]()` and `Deno.fdatasync[... | Asher Gomez |
2024-02-07 | fix: enable "--allow-sys=cpus" for "deno run" (#22260) | restlessronin |
2024-02-05 | feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (... | Asher Gomez |
2024-02-02 | chore: fix typo in docs (#22232) | Dan Rose |
2024-02-02 | docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199) | Asher Gomez |
2024-01-24 | revert: Remove deprecations of file sync APIs (#22085) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.FsWatcher.rid` (#22074) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068) | Asher Gomez |
2024-01-24 | feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn... | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.close()` (#22066) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069) | Asher Gomez |
2024-01-24 | feat: Add warnings for more deprecated APIs (#21992) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065) | Asher Gomez |
2024-01-24 | chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071) | Asher Gomez |
2024-01-24 | feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017) | Asher Gomez |
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 |