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
Age
Commit message (
Expand
)
Author
2024-07-22
fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...
Kenta Moriuchi
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-10
fix(ext/webgpu): fix `GPUUncapturedErrorEvent` parent type (#24369)
Victor Turansky
2024-07-09
fix: restore reference to dom.extras in lib.dom.d.ts (#24489)
Bartek Iwańczuk
2024-07-09
docs(ext/net): explain `port: 0` behavior (#24475)
Asher Gomez
2024-07-03
feat: Upgrade to TypeScript 5.5.2 (#24326)
Bartek Iwańczuk
2024-07-02
feat(ext/web): add `Blob.prototype.bytes()` (#24148)
Kenta Moriuchi
2024-07-01
BREAKING(unstable/ffi): remove callback reentrant flag (#24367)
Divy Srivastava
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-30
BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)
Aapo Alasuutari
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-05-28
BREAKING(ffi/unstable): always return u64 as bigint (#23981)
Divy Srivastava
2024-05-26
fix(ext/websocket): change default idleTimeout to 30s (#23985)
Alex Gleason
2024-05-23
feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)
Asher Gomez
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-22
refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)
Leo Kettmeir
2024-05-19
fix: add missing `URL.parse` types (#23893)
Kenta Moriuchi
2024-05-14
fix: Add missing `"junction"` type for `SymlinkOptions.types` (#23756)
futsuuu
2024-05-08
fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740)
David Sherret
2024-05-05
docs: update categories to match new planned sitemap (#23677)
Jo Franchetti
2024-05-05
chore: update wgpu (#23684)
Leo Kettmeir
2024-04-26
feat(ci): category & unstable tags checker (#23568)
Leo Kettmeir
2024-04-25
feat(ext/webgpu): support `UnsafeWindowSurface` on wayland (#23423)
chirsz
2024-04-24
feat(ext/http): Implement request.signal for Deno.serve (#23425)
Matt Mastracci
2024-04-23
feat: enable Float16Array support (#23490)
Bartek Iwańczuk
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-12
chore: remove repetitive words (#23341)
youngwendy
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-04-08
chore: update WPT (#23111)
Asher Gomez
2024-03-26
feat: type declarations for new Set methods (#23090)
David Sherret
2024-03-26
feat: TypeScript 5.4 (#23086)
David Sherret
2024-03-24
docs(dts): Update edge case in `prompt()` docs (#22954)
Sol Boucher
2024-03-20
chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)
Asher Gomez
2024-02-29
fix(unstable): add `Date#toTemporalInstant` type (#22637)
Kenta Moriuchi
2024-02-23
chore(cli): swap `CreateHttpClientOptions.{cert,key}` descriptions (#22543)
Asher Gomez
2024-02-20
chore: add missing `@category` tags to runtime APIs (#22486)
Asher Gomez
2024-02-18
feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)
Asher Gomez
2024-02-18
BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)
Asher Gomez
2024-02-18
BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)
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
[next]