Skip to content

Releases: sindresorhus/copy-file

v11.0.0

05 Nov 07:47
Compare
Choose a tag to compare

Breaking

  • Rename package from cp-file to copy-file 129a921
  • Require Node.js 18 8b16c8e

Improvements

v10.0.0...v11.0.0

v10.0.0

21 Jun 21:58
Compare
Choose a tag to compare

Breaking

Improvements

v9.1.0...v10.0.0

v9.1.0

13 Jun 07:02
Compare
Choose a tag to compare

v9.0.0

05 Mar 11:00
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Fix problems when on latest Node.js 12 d7fab4c

v8.0.0...v8.0.1

v8.0.0

24 Feb 09:11
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 df050ac
  • Always throw if unable to overwrite (#38) 4668c5a
  • Rename some ProgressData properties 1b5e072
    • progress.srcprogress.sourcePath
    • progress.destprogress.destinationPath
    • progress.writtenprogress.writtenBytes

v7.0.0...v8.0.0

v7.0.0

19 Apr 13:40
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#32) dfe2fb5

v6.1.0...v6.2.0

v6.1.0

04 Mar 17:12
Compare
Choose a tag to compare

v6.0.0...v6.1.0

v6.0.0

12 May 11:07
Compare
Choose a tag to compare

Breaking: Requires Node.js 6
Improvement: Node.js 10 compatibility