index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tsc
/
dts
/
lib.deno.ns.d.ts
Age
Commit message (
Expand
)
Author
2024-09-04
BREAKING(io): remove `Deno.read[Sync]()` (#25409)
Asher Gomez
2024-09-04
BREAKING(io): remove `Deno.write[Sync]()` (#25408)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Asher Gomez
2024-09-04
chore(tty): soft-remove `Deno.isatty()` (#25410)
Asher Gomez
2024-09-04
BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)
Asher Gomez
2024-09-03
docs(serve): fix default `Deno.serve` hostname (#25392)
Caleb Cox
2024-09-03
BREAKING(io): remove `Deno.copy()` (#25345)
Asher Gomez
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
2024-09-03
BREAKING(dts): improve types for `Deno.serve` (#25369)
Luca Casonato
2024-09-03
BREAKING(console): remove `Deno.customInspect` (#25348)
Asher Gomez
2024-09-03
BREAKING(io): remove `Deno.iter[Sync]()` (#25346)
Asher Gomez
2024-09-03
BREAKING: remove `Deno.close()` (#25347)
Asher Gomez
2024-09-02
fix(BREAKING): make dns record types have consistent naming (#25357)
David Sherret
2024-08-31
chore(fs): remove `Deno.futime[Sync]()` (#25252)
Asher Gomez
2024-08-31
chore: remove `Deno.resources()` (#25251)
Asher Gomez
2024-08-31
chore: remove `Deno.metrics()` (#25167)
Asher Gomez
2024-08-07
fix: `rename` watch event missing (#24893)
Marvin Hagemeister
2024-08-05
feat: Add Deno.ServeDefaultExport type (#24879)
Bartek Iwańczuk
2024-08-02
docs: category should be 'Subprocess', not 'Sub Process' (#24852)
Ryan Dahl
2024-07-15
fix(docs): fix some deno.land/manual broken urls (#24557)
Igor Borisoglebski
2024-07-10
fix: Add sys permission kinds for node compat (#24242)
Adam Gregory
2024-07-09
docs(ext/net): explain `port: 0` behavior (#24475)
Asher Gomez
2024-06-21
docs(cli): remove trailing slash from `import.meta.dirname` expected output (...
Asher Gomez
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
[next]