1007 Commits (0bc36ffd5eef96f7f60358507df6fa2825f8a0da)
 

Author SHA1 Message Date
Ryan Zimmerman f934357bb6
Merge pull request #520 from arcanis/patch-1 7 years ago
Mani Maghsoudlou 5bdbdc4fc8 Skip copySync preserveTimestamp tests on older node versions 7 years ago
Maël Nison d21da93138 Fixes fs-extra on linux 7 years ago
Ryan Zimmerman 935e189278
Merge pull request #518 from jprichardson/async-filter 7 years ago
RyanZim 9732252b94 Allow copy's filter to return a Promise 7 years ago
Mani Maghsoudlou 5d1f2d3c2b Use fs.chmodSync() before preserveTimestamp 7 years ago
Mani Maghsoudlou d6f6da1e71 Use srcStat param in copyFileFallback 7 years ago
Mani Maghsoudlou 546216ccdd Remove setTimeout when preserveTimestamp is true 7 years ago
Mani Maghsoudlou fda912a381 Rewrite copySync, add more tests, remove fixtures folder 7 years ago
Ryan Zimmerman 03fba97e9e
Merge pull request #517 from jprichardson/copy-parent-dir 7 years ago
Mani Maghsoudlou 199ec9f2c2 Apply filter before creating parent dir in copy 7 years ago
Ryan Zimmerman b72ba64dbb
Merge pull request #516 from jprichardson/fix-copy-streams 7 years ago
Mani Maghsoudlou c59e0a6e2e Fix streams initialization in copyFileFallback (introduced by @unkelpehr) 7 years ago
Mani Maghsoudlou a6e8cd69b6 Add issue template (#514) 7 years ago
Ryan Zimmerman 603b8bb661
BREAKING: Don't allow copy()/copySync()'s filter option to be a Regex (#512) 7 years ago
JP Richardson d8adc472b5
Merge pull request #505 from jprichardson/native-copyFile 7 years ago
Mani Maghsoudlou 1abc2a3fb6 Use native fs.copyFileSync in supported envs, add utimesMillisSync function to util/utimes.js 7 years ago
Mani Maghsoudlou 0bd52793a2 Add native fs.copyFile to copy() 7 years ago
Ryan Zimmerman 166f4a7e16 Merge pull request #502 from jprichardson/rewrite-copy 7 years ago
Mani Maghsoudlou fe0bfe2931 Rewrite copy to use recursive pattern for dirs, add more tests 7 years ago
JP Richardson 2599b67848 Merge pull request #501 from jprichardson/rimraf-backports 7 years ago
RyanZim ddb5cb47a5 Use octal notation for chmod values in rimraf.js 7 years ago
JP Richardson cc6d425189 Merge pull request #500 from revelt/patch-1 7 years ago
Roy Revelt d416fa71b8 typo fixed 7 years ago
JP Richardson 41a33c2b18 Merge pull request #497 from nico29/docs/copy-improvements 7 years ago
Nicolas Marien 4f01664a74 docs: update copy to show differences with cp 7 years ago
RyanZim 1dd5c18e2e 4.0.2 7 years ago
RyanZim ef9ade4929 Universalify fs.copyFile when available 7 years ago
RyanZim 7a9bb173b9 Upgrade to jsonfile 4.0.0 for EOL option support 7 years ago
JP Richardson bcc1986140 Merge pull request #485 from lifaon74/master 7 years ago
vrichard f64e76c356 Added '.js' extension to the <main> attribute in package.json, for compatibility with various loaders or bundlers (webpack, systemjs, browserify,...) or any other independent lib which may use package.json. 7 years ago
JP Richardson ab2fae9ae1 Merge pull request #473 from jprichardson/ci 7 years ago
RyanZim 5435252f37 Update & Optimize CI configs 7 years ago
RyanZim 9b5718cab6 4.0.1 7 years ago
RyanZim ec85f4e834 Add links to issues & PRs in CHANGELOG.md 7 years ago
JP Richardson 463c65de83 Merge pull request #466 from jprichardson/ensure-file 7 years ago
RyanZim 3fc58948ad ensureFile & ensureFileSync should error when the path is a directory 7 years ago
Mani Maghsoudlou 28b7cfe253 Fix changelog move() notes (#463) 7 years ago
RyanZim 3d2547360c 4.0.0 7 years ago
RyanZim eb16cda31f Fix docs lint error 7 years ago
Ryan Zimmerman bd0a20092d Merge pull request #449 from jprichardson/read-write-obj 7 years ago
RyanZim 9b624d2a07 Upgrade standard-markdown devDep 7 years ago
JP Richardson df6aa07f7b Merge pull request #458 from jprichardson/prevent-move-into-itself 7 years ago
JP Richardson f015563104 Merge pull request #459 from jprichardson/rimraf 7 years ago
JP Richardson ea2e2a42ad Merge pull request #460 from jprichardson/docs 7 years ago
RyanZim 395f6b08a9 Document writeJson() & outputJson() options 7 years ago
RyanZim 33fbe78c3d Apply upstream rimraf fixes 7 years ago
Mani Maghsoudlou d99d8a19d6 Fix isSrcSubdir() split bug 7 years ago
Mani Maghsoudlou f8f441ae63 Refactor isSrcSubdir() in move 7 years ago
Mani Maghsoudlou 16dc81e1f8 Fix the issue of moving into itself 7 years ago