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
Age
Commit message (
Expand
)
Author
2021-04-26
feat(core): enable wasm threading support (#10116)
Casper Beyer
2021-04-26
fix: invalid types for asynchronous and synchronous `File#truncate` (#10353)
Carter Snook
2021-04-26
fix(#10360): clarify JSDoc for `Deno.noColor` (#10373)
Carter Snook
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-13
feat(permissions): allow env permission to take values (#9825)
crowlKats
2021-04-13
fix(core): remove wasm-test-streaming flag (#10158)
Casper Beyer
2021-04-12
feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)
Casper Beyer
2021-04-12
feat(runtime): add stat and statSync methods to Deno.File (#10107)
Casper Beyer
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-10
feat(permissions): allow run permission to take values (#9833)
crowlKats
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-06
refactor: add deno_file op crate (#10019)
Luca Casonato
2021-04-06
chore: deprecate Deno.iter and Deno.iterSync (#10025)
Luca Casonato
2021-04-06
chore: deprecate Deno.Buffer and read/write utils (#9793)
Luca Casonato
2021-04-02
chore(cli): fix futime and futimeSync code examples (#9953)
defectivepixel
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-03-12
chore: split web op crate (#9635)
Luca Casonato
2021-03-08
fix(runtime/js): add navigator interface objects (#9685)
Nayeem Rahman
2021-03-01
feat: WebGPU API (#7977)
crowlKats
2021-02-26
chore: move crypto types to op_crates/crypto (#9609)
Divy Srivastava
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(cli): update to TypeScript 4.2 (#9341)
Kitson Kelly
2021-02-25
feat(runtime): stabilise permissions and add event target capabilities (#9573)
Kitson Kelly
2021-02-24
feat: add exit sanitizer to Deno.test (#9529)
Casper Beyer
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-02-10
fix(console): log function object properties / do not log non-enumerable prop...
David DeSimone
2021-02-04
docs: update example for Deno.Process (#9390)
Bartek Iwańczuk
2021-01-29
fix(cli): Move WorkerOptions::deno types to unstable (#9163)
Nayeem Rahman
2021-01-29
refactor: IO resource types, fix concurrent read/write and graceful close (#9...
Bert Belder
2021-01-28
chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)
Luca Casonato
2021-01-29
fix(cli): add lib dom.asynciterable (#9288)
Kitson Kelly
2021-01-19
feat(unstable): add Deno.resolveDns API (#8790)
Yusuke Tanaka
2021-01-19
feat: Add WorkerOptions interface to type declarations (#9147)
Nayeem Rahman
2021-01-17
fix(op_crates/web): Use WorkerLocation for location in workers (#9084)
Nayeem Rahman
2021-01-17
docs(cli): correct example (#9136)
linbingquan
[next]