Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-19 | Port internal TS code to JS (#6793) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-13 | Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729) | Bartek Iwańczuk | |
* Revert "feat: move unstable Deno.permissions to navigator.permissions (#6244)" This reverts commit 202e7fa6ad366ee56a6d070e94eaecb6dbc745bf. | |||
2020-07-10 | feat(unstable): add Deno.consoleSize (#6520) | Sebastien Filion | |
2020-07-09 | feat: move unstable Deno.permissions to navigator.permissions (#6244) | Kitson Kelly | |
2020-07-08 | feat(unstable): Deno.ppid (#6539) | uki00a | |
2020-07-02 | doc: add unstable note to Deno.ftruncateSync and ftruncate (#6590) | Casper Beyer | |
2020-06-26 | fix(cli/permissions): panic on hostless URLs (#6500) | Maayan Hanin | |
2020-06-26 | feat(unstable): add Deno.fdatasyncSync and fdatasync (#6403) | Casper Beyer | |
2020-06-22 | feat(unstable): add Deno.fstatSync and fstat (#6425) | Casper Beyer | |
2020-06-21 | feat(unstable): add Deno.fsyncSync and fsync (#6411) | Casper Beyer | |
2020-06-20 | Remove Deno.dir and dirs dependency (#6385) | Ryan Dahl | |
2020-06-20 | feat(unstable): add Deno.ftruncate and ftruncateSync (#6243) | Casper Beyer | |
2020-06-13 | fix: DatagramConn.send should return bytes sent (#6265) | Kermit Xuan | |
2020-06-12 | Revert "feat: add Deno.osName()" (#6261) | Ryan Dahl | |
Deno.build.os provides the same functionality This reverts commit 6ccf9037a6b36c81ea0e6ac12d0e2dbd793f6114. | |||
2020-06-11 | feat: add Deno.osName() (#5714) | Rubin Bhandari | |
2020-06-10 | feat: Add Deno.mainModule (#6180) | John Gardner | |
2020-06-03 | doc: complete unstable documentation and make consistent (#6074) | Chris Knight | |
2020-05-24 | Add unstable checks for unix transport (#5818) | Valentin Anger | |
Also remove the unix example from the stable documentation to stay in line with the `Deno.listen` one | |||
2020-05-21 | docd: Replace obsolete Deno.homeDir() with Deno.dir('home') (#5708) | Bhumij Gupta | |
2020-05-19 | Implement Deno.symlink() for windows (#5533) | Ali Hasani | |
2020-05-17 | Miscellaneous documentation and spelling improvements (#5527) | Bert Belder | |
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net> | |||
2020-05-17 | Implement Deno.kill for windows (#5347) | Ali Hasani | |
2020-05-16 | Fix formatting of example code in typescript declaration files (#5475) | Siddharth Parmar | |
2020-05-16 | Fix a bunch of spelling errors (#5314) | Bert Belder | |
2020-05-09 | BREAKING: make Deno.hostname unstable (#5108) | Ryan Dahl | |
2020-05-04 | stabilize Deno.cwd and require --allow-read (#5068) | Ryan Dahl | |
2020-04-30 | Unstable methods should not appear in runtime or d.ts (#4957) | Luca Casonato | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> |