summaryrefslogtreecommitdiff
path: root/cli/dts
AgeCommit message (Expand)Author
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-29feat(runtime): implement navigator.hardwareConcurrency (#11448)Divy Srivastava
2021-07-26fix(cli/dts): Type `Deno.errors.*` as subclasses of `Error` (#10702)Liam Murphy
2021-07-19fix(tsc): add .at() types manually to tsc (#11443)Kitson Kelly
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-11Revert "Remove unstable native plugins (#10908)"Ryan Dahl
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-07-02Remove unstable native plugins (#10908)Bartek Iwańczuk
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
2021-06-22feat: transfer MessagePort between workers (#11076)Luca Casonato
2021-06-22feat(fetch): add programmatic proxy (#10907)Tomofumi Chiba
2021-06-22fix: move stable/unstable types/APIs to their correct places (#10880)Muthu Kumar
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-21feat: `MessageChannel` and `MessagePort` (#11051)Luca Casonato
2021-06-21fix: add support for module es2020 to Deno.emit (#11065)Kitson Kelly
2021-06-18fix: Worker accepts specifier as URL (#11038)Bartek Iwańczuk
2021-06-15fix(cli): improve worker types (#10965)Kitson Kelly
2021-06-11docs(unstable/emit): Note that for emit, Deno.formatDiagnostics can be used (...Edward Bebbington
2021-06-10refactor: merge deno_file crate into deno_web (#10914)Bartek Iwańczuk
2021-06-03feat(cli): support URL overload for `Deno.chdir` (#10793)Casper Beyer
2021-06-03feat(runtime): support URL overloads for `Deno.symlink` and `Deno.symlinkSync...Casper Beyer
2021-06-03feat(runtime): support URL overloads for Deno.rename/Deno.renameSync (#10512)Casper Beyer
2021-06-01feat: add FsWatcher interface (#10798)Yoshiya Hinosawa
2021-05-31feat(cli): support URL overloads for `Deno.utime` and `Deno.utimeSync` (#10792)Casper Beyer
2021-05-28feat(cli): upgrade to TypeScript 4.3 (#9960)Kitson Kelly
2021-05-25docs(cli/dts): tag test permission example as typescript (#10753)Casper Beyer
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-21fix(docs): rename read to readSync (#10732)迷渡
2021-05-20fix(cli/dts): fix missing error class (NotSupported) in types (#10713)Carter Snook
2021-05-19test(cli/dts): typecheck examples in declaration files (#10707)Casper Beyer
2021-05-19docs(cli/dts): fix plugin example (#10647)Casper Beyer
2021-05-19docs(cli/dts): make worker example pass (#10703)Casper Beyer
2021-05-19docs: fix unix socket examples (#10705)Casper Beyer
2021-05-19docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)Casper Beyer
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-17docs(cli/dts): fix `Deno.startTls` example (#10657)Casper Beyer
2021-05-17feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)Casper Beyer
2021-05-16docs(cli/dts): fix http server example (#10651)Casper Beyer
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