summaryrefslogtreecommitdiff
path: root/cli/js/deno_unstable.ts
AgeCommit message (Expand)Author
2020-06-26feat(unstable): add Deno.fdatasyncSync and fdatasync (#6403)Casper Beyer
2020-06-22feat(unstable): add Deno.fstatSync and fstat (#6425)Casper Beyer
2020-06-21feat(unstable): add Deno.fsyncSync and fsync (#6411)Casper Beyer
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-06-20feat(unstable): add Deno.ftruncate and ftruncateSync (#6243)Casper Beyer
2020-05-23Fix Deno.dir and Diagnostics being present at stable runtime (#5750)Luca Casonato
2020-05-09BREAKING: make Deno.hostname unstable (#5108)Ryan Dahl
2020-05-06refactor: merge TS compiler into single file (#5091)Bartek IwaƄczuk
2020-05-04stabilize Deno.cwd and require --allow-read (#5068)Ryan Dahl
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato