7 Commits

Author SHA1 Message Date
Mani Maghsoudlou
1680dff87f
consistentify types in docs (#797) 2020-05-13 09:19:03 -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
RyanZim
7a9bb173b9 Upgrade to jsonfile 4.0.0 for EOL option support 2017-09-12 18:47:43 -04:00
RyanZim
395f6b08a9 Document writeJson() & outputJson() options
Fixes #456
2017-07-11 10:40:06 -04: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