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