Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | docs: fix typo in std/fs README.md (#8104) | Khushraj Rathod | |
2020-10-04 | docs(std): version all imports in README (#7442) | tokiedokie | |
Use $STD_VERSION in std/ README files to automatically display proper version. | |||
2020-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-09-07 | BREAKING(std/fs): remove writeJson and writeJsonSync (#7256) | Casper Beyer | |
2020-09-07 | BREAKING(std/fs): remove readJson and readJsonSync (#7255) | Casper Beyer | |
2020-08-29 | docs(std/fs): remove stale references to readFileStr and writeFileStr (#7254) | Casper Beyer | |
2020-08-25 | docs(std/fs): provide more context on unstable perm (#6748) | Paul Jones | |
2020-07-26 | fix(std/json): Add newline at the end of json files (#6885) | Marcin Puc | |
2020-07-22 | BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848) | Casper Beyer | |
This removes the readFileStr and readFileStrSync functions which are effectively duplicates of Deno.readTextFile and Deno.readTextFileSync. | |||
2020-07-22 | BREAKING(std/fs): remove writeFileStr and writeFileStrSync (#6847) | Casper Beyer | |
This removes the writeFileStr and writeFileStrSync functions which are effectivly duplicates of Deno.writeTextFile and Deno.writeTextFileSync. | |||
2020-06-20 | docs: document and add examples of expandGlob (#6404) | Yoshiya Hinosawa | |
2020-06-08 | doc(std/fs): fix sync walk example (#6174) | jersou | |
The example doesn't compile : Property 'filename' does not exist on type 'WalkEntry'. The property has been renamed : fileInfo.filename → fileInfo.name | |||
2020-05-20 | Provide required arguments to walk in example. (#5668) | Hendrik | |
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-04-30 | doc(std/fs): README.md (#4913) | 张超杰 | |
2020-04-29 | BREAKING: Include limited metadata in 'DirEntry' objects (#4941) | Bert Belder | |
This change is to prevent needed a separate stat syscall for each file when using readdir. For consistency, this PR also modifies std's `WalkEntry` interface to extend `DirEntry` with an additional `path` field. | |||
2020-04-27 | fix: typo fs readme.md (#4903) | 张超杰 | |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2019-10-09 | Run deno_std tests in github actions | Ryan Dahl | |
2019-10-09 | Move everything into std subdir | Ryan Dahl | |