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.unstable.d.ts
Age
Commit message (
Expand
)
Author
2024-09-23
chore: add code generation for @types/deno (#25545)
David Sherret
2024-09-22
BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...
Divy Srivastava
2024-09-17
fix(dts): stabilize `fetch` declaration for use with `Deno.HttpClient` (#25683)
Yusuke Tanaka
2024-09-12
feat: stabilize `Deno.createHttpClient()` (#25569)
Asher Gomez
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-10
refactor: move WebGPU, FFI and FS typings from unstable to stable (#25488)
Leo Kettmeir
2024-09-09
fix: Float16Array type (#25506)
Kenta Moriuchi
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(types): soft-remove `Deno.run()` (#25403)
Asher Gomez
2024-09-03
BREAKING(dts): improve types for `Deno.serve` (#25369)
Luca Casonato
2024-09-03
fix: fix jupyter display function type (#25326)
Bedis Nbiba
2024-09-03
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-08-02
docs: category should be 'Subprocess', not 'Sub Process' (#24852)
Ryan Dahl
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-08-02
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)
Kenta Moriuchi
2024-07-01
BREAKING(unstable/ffi): remove callback reentrant flag (#24367)
Divy Srivastava
2024-05-30
BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)
Aapo Alasuutari
2024-05-28
BREAKING(ffi/unstable): always return u64 as bigint (#23981)
Divy Srivastava
2024-05-22
refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)
Leo Kettmeir
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-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-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-09
refactor(ext/net): extract TLS key and certificate from interfaces (#23296)
Matt Mastracci
2024-04-08
chore: update WPT (#23111)
Asher Gomez
2024-03-26
feat: TypeScript 5.4 (#23086)
David Sherret
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
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-01-24
chore: fix `Deno.UnsafeWindowSurface` typings (#22081)
Dean Srebnik
2024-01-23
BREAKING(unstable): remove `Deno.cron()` overload (#22035)
Asher Gomez
2024-01-23
feat: Stabilize Deno.listen for 'unix' transport (#21938)
Bartek Iwańczuk
2024-01-22
feat(unstable): remove Deno.upgradeHttp API (#21856)
Bartek Iwańczuk
2024-01-21
chore: add types for `Deno.UnsafeWindowSurface` (#22010)
Divy Srivastava
2024-01-15
feat(unstable): add Temporal API support (#21738)
Bartek Iwańczuk
2024-01-14
feat: Stabilize Deno.connect for 'unix' transport (#21937)
Bartek Iwańczuk
2024-01-14
feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)
Bartek Iwańczuk
2024-01-06
fix(kv): improve .listenQueue types (#21781)
Kitson Kelly
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-14
feat(unstable): append commit versionstamp to key (#21556)
Heyang Zhou
2023-12-12
feat(ext/kv) add backoffSchedule to enqueue (#21474)
Igor Zinkovsky
2023-12-06
feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463)
Bartek Iwańczuk
2023-12-06
feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)
Yusuke Tanaka
[next]