summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
AgeCommit message (Expand)Author
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-24feat: Add Deno.formatDiagnostics (#4032)Kitson Kelly
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-18feat: Deno.makeTempFile (#4024)Kevin (Kun) "Kassimo" Qian
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk
2020-02-07Improve support for diagnostics from runtime compiler APIs (#3911)Kitson Kelly
2020-01-24Add signal handlers (#3757)Yoshiya Hinosawa
2020-01-21Implemented alternative open mode in files (#3119)Michał Sabiniarz
2020-01-18rename dial to connect and dialTLS to connectTLS (#3710)Bartek Iwańczuk
2020-01-16Add Deno.symbols and move internal fields for test (#3693)Kevin (Kun) "Kassimo" Qian
2020-01-08feat: Deno.create (#3629)Luca Casonato
2020-01-08Runtime Compiler API (#3442)Kitson Kelly
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-29net: expose shutdown() and ShutdownMode (#3558)Kevin (Kun) "Kassimo" Qian
2019-12-18Reduce all directory functions to Deno.dir() (#3518)Ry Dahl
2019-12-15Feat: Add more dir APIs for Deno (#3491)Axetroy
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-11-26Add Deno.realpath (#3404)Kevin (Kun) "Kassimo" Qian
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-10-27Use web standard Permissions API (#3200)Yoshiya Hinosawa
2019-10-21feat: Deno.listenTLS (#3152)Bartek Iwańczuk
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl