8 Commits

Author SHA1 Message Date
Ryan Zimmerman
24731f171f
Clarify docs for copy*() filter (#884)
* Clarify docs for copy*() filter

Fixes #843

* Implement suggestion

https://github.com/jprichardson/node-fs-extra/pull/884#discussion_r608216178
2021-04-08 13:35:47 -04:00
Mani Maghsoudlou
b0eb751a75
Improve docs (#795)
* improve docs

* Update docs/ensureSymlink-sync.md

Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>

* Update docs/ensureSymlink.md

Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>

* add Error type to docs

Co-authored-by: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com>
2020-05-11 16:40:39 -04:00
Mani Maghsoudlou
0bc36ffd5e v8 release (#667)
* Remove secure-random from dev-deps (#610)

* fix ensureDir() doc

* moveSync: refactor to use renameSync

* copy*(): fix copying bind-mounted directories (#618)

* copy*(): fix copying bind-mounted dirs

* copy*(): fix case-insensitive-paths tests

* copy*(): refactor to check paths more efficiently

* destructure stats object after checking err

* move*(): check paths before moving

* move*(): add case-insensitive paths test

* remove unnecessary done callback from test

* copy*(): add new option checkPathsBeforeCopying

* update copy*() docs to include checkPathsBeforeCopying

* some reformatting

* copy*(): use fs.stat with bigint option

* move*(): refactor to use the internal stat functions

* move*(): add test for prevent moving identical

* disable graceful-fs in copy and move tests

* fix parsing node version

* tiny reformat

* update copy*() docs

* refactor parsing node version

* use semver to parse node version in tests
2019-05-11 10:08:57 -04:00
Ryan Zimmerman
5170b4f854 copy*() preserveTimestamps: false behavior is OS-dependent
Update docs and remove tests to reflect this
2018-04-06 12:55:53 -04:00
Jan Peer Stöcklmair
fab376ec2b Docs: add copy note for src (#538) 2018-01-11 18:02:18 -05:00
Ryan Zimmerman
603b8bb661
BREAKING: Don't allow copy()/copySync()'s filter option to be a Regex (#512)
This was deprecated previously, and is now removed.
2017-11-09 09:46:04 -05:00
Mani Maghsoudlou
fc5fca9be1 docs: Refactor docs to include parameters type 2017-03-08 21:58:11 -08:00
Mani Maghsoudlou
02c2a629b8 Docs: Split out sync methods 2017-03-08 13:38:57 -08:00