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
/
dts
/
lib.deno.ns.d.ts
Age
Commit message (
Expand
)
Author
2022-09-28
feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)
Luca Casonato
2022-09-28
feat: add --allow-sys permission flag (#16028)
Yoshiya Hinosawa
2022-09-27
feat: Stabilize Deno.refTimer() and Deno.unrefTimer() APIs (#16036)
Bartek Iwańczuk
2022-09-08
fix(docs): change category for Deno.Process to "Sub Process" (#15812)
Leo Kettmeir
2022-08-30
fix(docs): add missing categories (#15684)
Leo Kettmeir
2022-08-23
docs: add permission tags to JSDocs (#15541)
Kitson Kelly
2022-08-17
docs: add category tag for built-in APIs (#15480)
Kitson Kelly
2022-07-18
feat: import.meta.resolve() (#15074)
Bartek Iwańczuk
2022-06-22
fix: upgrade swc via deno_ast 0.16 (#14930)
David Sherret
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-13
feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694)
Geert-Jan Zwiers
2022-06-11
chore(docs): remove senseless `await` (#14844)
Roj
2022-05-30
chore(docs): use cross-platform example in `Deno.run` jsdoc (#14754)
Geert-Jan Zwiers
2022-05-30
chore: update deprecated APIs docs (#14756)
Bartek Iwańczuk
2022-05-16
feat(ext/net): add `CAA` DNS record support in Deno.resolveDns() API (#14624)
Craig Morten
2022-05-15
feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613)
Craig Morten
2022-05-15
feat(ext/net): support full `SOA` record interface (#14617)
Craig Morten
2022-05-14
feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)
Thanapat Chotipun
2022-05-03
feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)
Thanapat Chotipun
2022-04-25
feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...
Ben Heidemann
2022-04-06
feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)
Yongwook Choi
2022-03-25
fix: `Deno.run` - do not modify user provided `cmd` array (#14109)
David Sherret
2022-03-25
docs(cli): fix typo in `PermissionOptionsObject` (#14114)
Aleksandr Bukhalo
2022-03-16
BREAKING: don't inherit permissions by default (#13668)
Luca Casonato
2022-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-03-11
types: add Deno.PermissionOptions and Deno.PermissionOptionsObject (#13892)
Bartek Iwańczuk
2022-02-22
docs: code example to `structuredClone`, `CompressionStream`, `DecompressionS...
Geert-Jan Zwiers
2022-02-15
fix: add missing fields to Deno.FsFile (#13674)
Bartek Iwańczuk
2022-02-15
feat: Add Deno.FsFile, deprecate Deno.File (#13660)
Bartek Iwańczuk
2022-02-15
feat(runtime): web streams in fs & net APIs (#13615)
Luca Casonato
2022-01-31
feat(runtime): stabilize addSignalListener API (#13438)
Yoshiya Hinosawa
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-20
fix(cli/dts): add NotSupported error type (#13432)
Yoshiya Hinosawa
2022-01-18
feat: stabilize test steps API (#13400)
David Sherret
2022-01-10
docs: update `writeSync` docs to refer to `writeAllSync` in deno.land/std ins...
David Sherret
2022-01-06
feat(ext/websocket): server automatically handle ping/pong for incoming WebSo...
Leo Kettmeir
2021-12-10
chore: place `@deprecated` tag after documentation block (#13037)
Kitson Kelly
2021-11-23
feat(test): Add more overloads for "Deno.test" (#12749)
Bartek Iwańczuk
2021-11-23
fix: support "other" event type in FSWatcher (#12836)
Luca Casonato
2021-10-31
feat: Stabilize Deno.TestDefinition.permissions (#12078)
Bartek Iwańczuk
2021-10-29
fix(runtime): require full read and write permissions to create symlinks (#12...
David Sherret
2021-10-19
fix(cli/dts): update std links for deprecations (#12496)
Nayeem Rahman
2021-10-19
docs(Deno.Process.kill): Added example for Deno.Process.kill() (#12464)
Robert Schultz
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-11
feat(unstable/test): imperative test steps API (#12190)
David Sherret
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-10
feat: Stabilize Deno.kill and Deno.Process.kill (#12375)
Ryan Dahl
2021-10-10
feat: stabilize Deno.resolveDns (#12368)
Satya Rohith
2021-09-24
docs: fix native http jsdoc examples (#12207)
Leo K
2021-09-19
fix(cli): move Deno.flock and Deno.funlock to unstable types (#12138)
Casper Beyer
[next]