Releases: sindresorhus/copy-file
Releases · sindresorhus/copy-file
v11.1.0
13 Aug 02:22
Compare
Sorry, something went wrong.
No results found
Throttle progress updates to something reasonable 355a9d3
Fix handling of utimes when not permitted ebc64ba
Fix handling of destination path being the root directory 84b02b7
v11.0.0...v11.1.0
v11.0.0
05 Nov 07:47
Compare
Sorry, something went wrong.
No results found
v10.0.0
21 Jun 21:58
Compare
Sorry, something went wrong.
No results found
v9.1.0
13 Jun 07:02
Compare
Sorry, something went wrong.
No results found
v9.0.0
05 Mar 11:00
Compare
Sorry, something went wrong.
No results found
Breaking
Stop preserving file ownership (#39 ) 4e536d5
This is most likely not a breaking change for anyone, but it still changes the behavior, so it's a major version just to be safe.
v8.0.1...v9.0.0
v8.0.1
24 Feb 10:05
Compare
Sorry, something went wrong.
No results found
v8.0.0
24 Feb 09:11
Compare
Sorry, something went wrong.
No results found
Breaking
Require Node.js 10 df050ac
Always throw if unable to overwrite (#38 ) 4668c5a
Rename some ProgressData properties 1b5e072
progress.src → progress.sourcePath
progress.dest → progress.destinationPath
progress.written → progress.writtenBytes
v7.0.0...v8.0.0
v7.0.0
19 Apr 13:40
Compare
Sorry, something went wrong.
No results found
Breaking:
Require Node.js 8 (#33 ) 5e42b4a
For TypeScript users only:
You need to change import cpFile from 'cp-file'; to import cpFile = require('cp-file');
Enhancements:
v6.2.0...v7.0.0
v6.2.0
04 Apr 04:30
Compare
Sorry, something went wrong.
No results found
v6.1.0
04 Mar 17:12
Compare
Sorry, something went wrong.
No results found