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
/
runtime
/
js
Age
Commit message (
Expand
)
Author
2021-06-05
refactor(web): use encoding_rs for text encoding (#10844)
Luca Casonato
2021-06-05
fix(crypto): change Crypto to interface (#10853)
Leo K
2021-06-05
fix(streams): expose ReadableByteStreamController & TransformStreamDefaultCon...
Leo K
2021-06-05
webutil: replace cloneValue impl with serialize/deserialize (#10215)
Elad Keyshawn
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-31
feat(cli): support URL overloads for `Deno.utime` and `Deno.utimeSync` (#10792)
Casper Beyer
2021-05-28
feat(cli): upgrade to TypeScript 4.3 (#9960)
Kitson Kelly
2021-05-23
feat(extensions): add BroadcastChannel
Ben Noordhuis
2021-05-21
fix(runtime/http): fix empty blob response (#10689)
Yoshiya Hinosawa
2021-05-19
fix(runtime/http): expose nextRequest() errors in respondWith() (#10384)
Nayeem Rahman
2021-05-18
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Yusuke Tanaka
2021-05-17
feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)
Casper Beyer
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-05-10
feat: add WebStorage API (#7819)
crowlKats
2021-05-07
fix: align plugin api with Extension (#10427)
Elias Sjögreen
2021-05-06
chore: update wgpu and realign to spec (#9760)
Luca Casonato
2021-05-03
fix(core): error registration could pollute constructors (#10422)
Aaron O'Mullan
2021-04-30
refactor(core.js): provide window.__bootstrap (#10423)
Aaron O'Mullan
2021-04-28
feat(test): run test modules in parallel (#9815)
Casper Beyer
2021-04-28
chore: upgrade dprint plugins (#10397)
Satya Rohith
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
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-23
fix(runtime/js/http): cancel body on response failure (#10225)
Nayeem Rahman
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-20
chore: align fetch to spec (#10203)
Luca Casonato
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-15
fix(#10182): hang during http server response (#10197)
Ryan Dahl
2021-04-14
chore: align FormData to spec (#10169)
Luca Casonato
2021-04-14
refactor: move timers to deno_timers op crate (#10179)
Ben Noordhuis
2021-04-14
perf(js/http): avoid v8 deopt in async iterator (#10160)
Aaron O'Mullan
2021-04-13
fix(cli/dts): Make respondWith() return a Promise (#10128)
Nayeem Rahman
2021-04-13
perf: lazy header instantiation for HTTP requests (#10150)
Luca Casonato
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-12
fix(runtime/js/http): Correctly parse user response headers (#10076)
Nayeem Rahman
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-12
fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)
Nayeem Rahman
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-09
API change: Deno.startHttp -> Deno.serveHttp (#10087)
Ryan Dahl
2021-04-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk
2021-04-08
fix(core): error handling in examples (#9867)
Inteon
2021-04-08
fix(runtime/readFile*): close resources on error during read (#10059)
Satya Rohith
[prev]
[next]