summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2022-04-25feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...Ben Heidemann
2022-04-06feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)Yongwook Choi
2022-03-25fix: `Deno.run` - do not modify user provided `cmd` array (#14109)David Sherret
2022-03-25docs(cli): fix typo in `PermissionOptionsObject` (#14114)Aleksandr Bukhalo
2022-03-16BREAKING: don't inherit permissions by default (#13668)Luca Casonato
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-03-11types: add Deno.PermissionOptions and Deno.PermissionOptionsObject (#13892)Bartek Iwańczuk
2022-02-22docs: code example to `structuredClone`, `CompressionStream`, `DecompressionS...Geert-Jan Zwiers
2022-02-15fix: add missing fields to Deno.FsFile (#13674)Bartek Iwańczuk
2022-02-15feat: Add Deno.FsFile, deprecate Deno.File (#13660)Bartek Iwańczuk
2022-02-15feat(runtime): web streams in fs & net APIs (#13615)Luca Casonato
2022-01-31feat(runtime): stabilize addSignalListener API (#13438)Yoshiya Hinosawa
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-20fix(cli/dts): add NotSupported error type (#13432)Yoshiya Hinosawa
2022-01-18feat: stabilize test steps API (#13400)David Sherret
2022-01-10docs: update `writeSync` docs to refer to `writeAllSync` in deno.land/std ins...David Sherret
2022-01-06feat(ext/websocket): server automatically handle ping/pong for incoming WebSo...Leo Kettmeir
2021-12-10chore: place `@deprecated` tag after documentation block (#13037)Kitson Kelly
2021-11-23feat(test): Add more overloads for "Deno.test" (#12749)Bartek Iwańczuk
2021-11-23fix: support "other" event type in FSWatcher (#12836)Luca Casonato
2021-10-31feat: Stabilize Deno.TestDefinition.permissions (#12078)Bartek Iwańczuk
2021-10-29fix(runtime): require full read and write permissions to create symlinks (#12...David Sherret
2021-10-19fix(cli/dts): update std links for deprecations (#12496)Nayeem Rahman
2021-10-19docs(Deno.Process.kill): Added example for Deno.Process.kill() (#12464)Robert Schultz
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-10feat: Stabilize Deno.kill and Deno.Process.kill (#12375)Ryan Dahl
2021-10-10feat: stabilize Deno.resolveDns (#12368)Satya Rohith
2021-09-24docs: fix native http jsdoc examples (#12207)Leo K
2021-09-19fix(cli): move Deno.flock and Deno.funlock to unstable types (#12138)Casper Beyer
2021-09-13feat(unstable): allow specifing gid and uid for subprocess (#11586)Leo K
2021-09-13feat: stabilise Deno.upgradeWebSocket (#12024)Bartek Iwańczuk
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-08-26docs: Add async iterator alternative for Deno.serveHttp (#11850)Sebastien Filion
2021-08-24feat(unstable): Add file locking APIs (#11746)Tilman Roeder
2021-08-24BREAKING(unstable): Fix casing in FfiPermissionDescriptor (#11659)Nayeem Rahman
2021-08-15fix: don't statically type name on Deno.errors (#11715)Luca Casonato
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-06revert: allow URL for permissions (#11600)Bartek Iwańczuk
2021-08-06feat: support AbortSignal in writeFile (#11568)Benjamin Gruenbaum
2021-08-06feat(runtime): allow URL for permissions (#11578)Leo K
2021-08-04feat(unstable): clean environmental variables for subprocess (#11571)Leo K
2021-08-02feat: stabilize Deno.serveHttp() (#11544)Bartek Iwańczuk
2021-07-26fix(cli/dts): Type `Deno.errors.*` as subclasses of `Error` (#10702)Liam Murphy
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-25chore(ext/console): deprecate Deno.customInspect (#10035)Yoshiya Hinosawa
2021-06-22feat(core): support AbortSignal in readFile (#10943)Benjamin Gruenbaum