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
/
90_deno_ns.js
Age
Commit message (
Expand
)
Author
2021-04-12
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
Casper Beyer
2021-04-11
feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)
Casper Beyer
2021-04-09
API change: Deno.startHttp -> Deno.serveHttp (#10087)
Ryan Dahl
2021-04-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk
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-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
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-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman