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.unstable.d.ts
Age
Commit message (
Expand
)
Author
2021-05-31
docs(cli/dts): fix plugin example (#10647)
Casper Beyer
2021-05-31
docs(cli/dts): make worker example pass (#10703)
Casper Beyer
2021-05-31
docs: fix unix socket examples (#10705)
Casper Beyer
2021-05-17
docs(cli/dts): fix `Deno.startTls` example (#10657)
Casper Beyer
2021-05-16
docs(cli/dts): fix http server example (#10651)
Casper Beyer
2021-05-15
docs(cli/dts): remove stray new operators in examples (#10648)
Casper Beyer
2021-05-15
docs(cli/dts): fix link from master to main (#10633)
Yusuke Tanaka
2021-05-13
docs(cli/dts): use `Deno.stdin.rid` in `Deno.setRaw` example (#10623)
Casper Beyer
2021-05-13
docs(cli/dts): fix `Deno.createHttpClient` example (#10608)
Casper Beyer
2021-05-13
docs(cli/dts): fix missing std/testing/asserts.ts imports in examples (#10579)
Casper Beyer
2021-05-12
docs(cli/dts): fix worker net permissions example (#10578)
Casper Beyer
2021-05-12
docs(cli/dts): fix `Deno.applySourceMap` example (#10602)
Casper Beyer
2021-05-11
docs: remove stale `Deno.compile` example (#10580)
Casper Beyer
2021-05-11
docs(cli/dts): fix Deno.test permission examples (#10571)
Casper Beyer
2021-05-06
docs: tag permission examples as ts (#10506)
Casper Beyer
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-04-26
refactor(cli): rename Deno.emit() bundle options to "module" and "classic" (#...
Nayeem Rahman
2021-04-25
fix(cli/dts): sleepSync doesn't return a Promise (#10358)
Aaron O'Mullan
2021-04-20
revert: Conn type changes in #10012 and #10061 (#10255)
Kitson Kelly
2021-04-16
fix(#10200): weaken types so non-breaking (#10205)
Kitson Kelly
2021-04-13
fix(cli/dts): Make respondWith() return a Promise (#10128)
Nayeem Rahman
2021-04-13
feat(cli/dts): stricter typings for Listener & Conn (#10012)
crowlKats
2021-04-12
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
Casper Beyer
2021-04-12
feat: Add Deno.memoryUsage() (#9986)
Aaron O'Mullan
2021-04-11
feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)
Casper Beyer
2021-04-10
feat(unstable): ALPN config in listenTls (#10065)
Luca Casonato
2021-04-10
fix(cli/diagnostics): Update UNSTABLE_DENO_PROPS (#10095)
Nayeem Rahman
2021-04-09
API change: Deno.startHttp -> Deno.serveHttp (#10087)
Ryan Dahl
2021-04-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk
2021-04-06
docs: export EmitOptions and EmitResult (#10037)
Yoshiya Hinosawa
2021-04-02
chore(cli): fix futime and futimeSync code examples (#9953)
defectivepixel
2021-02-26
feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226)
Casper Beyer
2021-02-25
feat(runtime): stabilize Deno.link and Deno.linkSync (#9417)
Casper Beyer
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-02-21
feat(unstable): per op metrics (#9240)
Luca Casonato
2021-02-21
fix(dts): update doc of Deno.formatDiagnostics (#9564)
Yusuke Tanaka
2021-02-16
feat(cli): Deno.emit supports bundling as IIFE (#9291)
Kitson Kelly
2021-01-29
fix(cli): Move WorkerOptions::deno types to unstable (#9163)
Nayeem Rahman
2021-01-19
feat(unstable): add Deno.resolveDns API (#8790)
Yusuke Tanaka
2021-01-12
feat: stabilize Deno.shutdown() and Conn#closeWrite()
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-04
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)
Mo
2021-01-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-12-30
BREAKING(unstable): Use hosts for net allowlists (#8845)
Nayeem Rahman
2020-12-29
docs(introduction): Improve wording and capitalization (#8848)
Waldir Pimenta
2020-12-19
feat(unstable): support in memory certificate data for Deno.createHttpClient ...
yonatan ben avraham
2020-12-12
docs: Remove a deprecated function from docstring for Deno.permissions (#8729)
Andrew Mitchell
2020-11-30
feat(unstable): add cbreak option to setRaw (#8383)
Marcus Hultman
2020-11-25
docs: Add missing closing parenthesis (#8477)
Chayim Refael Friedman
2020-11-10
fix(cli): allow setting of importsNotUsedAsValues in Deno.compile() (#8306)
Kitson Kelly
[next]