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
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
2021-09-13
feat(unstable): allow specifing gid and uid for subprocess (#11586)
Leo K
2021-09-13
feat: stabilise Deno.upgradeWebSocket (#12024)
Bartek Iwańczuk
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-08-26
docs: Add async iterator alternative for Deno.serveHttp (#11850)
Sebastien Filion
2021-08-24
feat(unstable): Add file locking APIs (#11746)
Tilman Roeder
2021-08-24
BREAKING(unstable): Fix casing in FfiPermissionDescriptor (#11659)
Nayeem Rahman
2021-08-15
fix: don't statically type name on Deno.errors (#11715)
Luca Casonato
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-08-06
revert: allow URL for permissions (#11600)
Bartek Iwańczuk
2021-08-06
feat: support AbortSignal in writeFile (#11568)
Benjamin Gruenbaum
2021-08-06
feat(runtime): allow URL for permissions (#11578)
Leo K
2021-08-04
feat(unstable): clean environmental variables for subprocess (#11571)
Leo K
2021-08-02
feat: stabilize Deno.serveHttp() (#11544)
Bartek Iwańczuk
2021-07-26
fix(cli/dts): Type `Deno.errors.*` as subclasses of `Error` (#10702)
Liam Murphy
2021-07-12
chore(runtime): deprecate `Deno.copy` (#11369)
Luca Casonato
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-25
chore(ext/console): deprecate Deno.customInspect (#10035)
Yoshiya Hinosawa
2021-06-22
feat(core): support AbortSignal in readFile (#10943)
Benjamin Gruenbaum
2021-06-22
fix: move stable/unstable types/APIs to their correct places (#10880)
Muthu Kumar
2021-06-03
feat(cli): support URL overload for `Deno.chdir` (#10793)
Casper Beyer
2021-06-03
feat(runtime): support URL overloads for `Deno.symlink` and `Deno.symlinkSync...
Casper Beyer
2021-06-03
feat(runtime): support URL overloads for Deno.rename/Deno.renameSync (#10512)
Casper Beyer
2021-06-01
feat: add FsWatcher interface (#10798)
Yoshiya Hinosawa
2021-05-21
fix(docs): rename read to readSync (#10732)
迷渡
2021-05-20
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
Carter Snook
2021-05-19
docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)
Casper Beyer
2021-05-17
feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)
Casper Beyer
2021-05-11
docs(cli/dts): fix `Deno.permissions.query` example (#10572)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.watchFs example (#10570)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.inspect examples (#10569)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.seek and Deno.seekSync examples (#10568)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.run example (#10567)
Casper Beyer
2021-05-10
fix(cli): typings for `Deno.os.arch` (#10541)
Elias Sjögreen
2021-05-06
docs: env.get will return `undefined` if not exist (#10514)
迷渡
2021-05-05
docs(cli/dts): add missing awaits (#10501)
Casper Beyer
2021-05-05
docs(cli/dts): fix env examples (#10500)
Casper Beyer
2021-05-05
docs(cli/dts): use one block per writeAll example (#10496)
Casper Beyer
2021-05-05
docs(cli/dts): explicitly import assert in examples (#10495)
Casper Beyer
2021-05-05
docs(cli/dts): use one code block per truncate example (#10494)
Casper Beyer
[next]