summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.unstable.d.ts
AgeCommit message (Expand)Author
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-09-22BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...Divy Srivastava
2024-09-17fix(dts): stabilize `fetch` declaration for use with `Deno.HttpClient` (#25683)Yusuke Tanaka
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-10BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...Asher Gomez
2024-09-10BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)Kenta Moriuchi
2024-09-10refactor: move WebGPU, FFI and FS typings from unstable to stable (#25488)Leo Kettmeir
2024-09-09fix: Float16Array type (#25506)Kenta Moriuchi
2024-09-05BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)Asher Gomez
2024-09-05BREAKING(types): soft-remove `Deno.run()` (#25403)Asher Gomez
2024-09-03BREAKING(dts): improve types for `Deno.serve` (#25369)Luca Casonato
2024-09-03fix: fix jupyter display function type (#25326)Bedis Nbiba
2024-09-03chore(fs): remove `Deno.flock[Sync]()` (#25350)Asher Gomez
2024-08-02docs: category should be 'Subprocess', not 'Sub Process' (#24852)Ryan Dahl
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-08-02BREAKING(temporal/unstable): Remove obsoleted Temporal APIs (#24836)Kenta Moriuchi
2024-07-01BREAKING(unstable/ffi): remove callback reentrant flag (#24367)Divy Srivastava
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-05-28BREAKING(ffi/unstable): always return u64 as bigint (#23981)Divy Srivastava
2024-05-22refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)Leo Kettmeir
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-04-26feat(ci): category & unstable tags checker (#23568)Leo Kettmeir
2024-04-25feat(ext/webgpu): support `UnsafeWindowSurface` on wayland (#23423)chirsz
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-23feat: enable Float16Array support (#23490)Bartek Iwańczuk
2024-04-18feat(ext/net): extract TLS key and certificate from interfaces (#23327)Bartek Iwańczuk
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci
2024-04-08chore: update WPT (#23111)Asher Gomez
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-02-29fix(unstable): add `Date#toTemporalInstant` type (#22637)Kenta Moriuchi
2024-02-23chore(cli): swap `CreateHttpClientOptions.{cert,key}` descriptions (#22543)Asher Gomez
2024-02-20chore: add missing `@category` tags to runtime APIs (#22486)Asher Gomez
2024-02-18BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075)Asher Gomez
2024-02-18BREAKING: add `Deno.CreateHttpClientOptions.{cert,key}` (#22280)Asher Gomez
2024-02-14docs: add missing `@category` tags (#22411)Asher Gomez
2024-01-24chore: fix `Deno.UnsafeWindowSurface` typings (#22081)Dean Srebnik
2024-01-23BREAKING(unstable): remove `Deno.cron()` overload (#22035)Asher Gomez
2024-01-23feat: Stabilize Deno.listen for 'unix' transport (#21938)Bartek Iwańczuk
2024-01-22feat(unstable): remove Deno.upgradeHttp API (#21856)Bartek Iwańczuk
2024-01-21chore: add types for `Deno.UnsafeWindowSurface` (#22010)Divy Srivastava
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-14feat: Stabilize Deno.connect for 'unix' transport (#21937)Bartek Iwańczuk
2024-01-14feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)Bartek Iwańczuk
2024-01-06fix(kv): improve .listenQueue types (#21781)Kitson Kelly
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-14feat(unstable): append commit versionstamp to key (#21556)Heyang Zhou
2023-12-12feat(ext/kv) add backoffSchedule to enqueue (#21474)Igor Zinkovsky
2023-12-06feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463)Bartek Iwańczuk
2023-12-06feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)Yusuke Tanaka