Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-12doc: add fspromises mkdir exampleTierney Cyren
2022-06-03fs: export constants from `fs/promises`Feng Yu
2022-06-022022-06-01, Version 18.3.0 (Current)Bryan English
2022-05-24doc: make minor adjustmentsLivia Medeiros
2022-05-22doc: improve callback params for `fs.mkdir`Daeyeon Jeong
2022-05-17doc: use ASCII apostrophes consistentlyTobias Nießen
2022-05-17fs: make params in writing methods optionalLiviaMedeiros
2022-05-172022-05-17, Version 18.2.0 (Current)RafaelGSS
2022-05-15doc: use serial comma in fs docsTobias Nießen
2022-05-02fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-02doc: clarify some default values in `fs.md`Livia Medeiros
2022-04-272022-04-26, Version 16.15.0 'Gallium' (LTS)Danielle Adams
2022-04-21src: define fs.constants.S_IWUSR & S_IRUSR for WinLiviu Ionescu
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-192022-04-19, Version 18.0.0 (Current)Beth Griggs
2022-04-10doc: recommend `fh.createWriteStream` for fsPromises methodsAntoine du Hamel
2022-04-08doc: add history entries for DEP0162 on `fs.md`Antoine du Hamel
2022-04-08doc: fix brackets positionLivia Medeiros
2022-04-04fs: fix write methods param validation and docsLivia Medeiros
2022-04-03doc: fix documentation of `FileHandle.prototype.appendFile`Antoine du Hamel
2022-02-27fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros
2022-02-232022-02-22, Version 17.6.0 (Current)Bryan English
2022-02-19fs: fix default `length` parameter for `fs.read`wbt
2022-02-15fs: support copy of relative links with cp and cpSyncMarcos Bjoerkelund
2022-02-082022-02-08, Version 16.14.0 'Gallium' (LTS)Danielle Adams
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2022-01-14doc: expand fs.access() mode parameter docscjihrig
2021-12-182021-12-17, Version 17.3.0 (Current)Danielle Adams
2021-12-16doc: fix closing parenthesisAlphaDio
2021-12-13fs: accept URL as argument for `fs.rm` and `fs.rmSync`Antoine du Hamel
2021-10-23doc: fix `fs.symlink` code exampleJuan José Arboleda
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-10-192021-10-19, Version 17.0.0 (Current)Beth Griggs
2021-10-09doc: improve phrasing in fs.mdArslan Ali
2021-10-082021-10-08, Version 16.11.0 (Current)Danielle Adams
2021-10-07doc: note readStream.path if fd is specifiedylemkimon
2021-09-29doc: fix typo in fsBrian White
2021-09-29doc: fix typo in fs.mdArslan Ali
2021-09-282021-09-28, Version 14.18.0 'Fermium' (LTS)Michaël Zasso
2021-09-26doc: update fs.watchFile docClément Nardi
2021-09-25fs: add stream utilities to `FileHandle`Antoine du Hamel
2021-09-222021-09-22, Version 16.10.0 (Current)Beth Griggs
2021-09-21doc: changes default values for fs.read fnsRISHABH BUDHIRAJA
2021-09-18doc: correct parameters in fs and stream documentationvipul kumar
2021-09-17fs: make `open` and `close` stream override optional when unusedAntoine du Hamel
2021-09-07doc: fix history for `fs.WriteStream` `open` eventAntoine du Hamel
2021-09-07doc: fix missing history version in `fs.md`Antoine du Hamel
2021-09-03doc: add descriptions about when `options.mode` is ignoredRay
2021-08-30fs: add docs and tests for `AsyncIterable` support in `fh.writeFile`Antoine du Hamel