Skip to content

Releases: sindresorhus/cpy

v8.0.0

06 Dec 08:31
Compare
Choose a tag to compare

Breaking

  • Require Node.js 8 7229126
  • Throw if the given source file does not exist (#68) c4014c0

Enhancements

v7.3.0...v8.0.0

v7.3.0

11 Jun 07:16
Compare
Choose a tag to compare

Enhancements:

  • Return the destination file paths of the copied files (#46) cfacfc8

v7.2.0...v7.3.0

v7.2.0

03 Apr 05:17
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#59) ac5f3e3

v7.1.0...v7.2.0

v7.1.0

06 Mar 06:28
Compare
Choose a tag to compare

v7.0.1...v7.1.0

v7.0.0

12 May 11:20
Compare
Choose a tag to compare

Breaking:

  • Requires Node.js 6
  • Updates the globby dependency. Since cpy passes options to globby, you might have to update those options. See the globby v7 and globby v8 release notes.

Improvements:

  • Node.js 10 compatibility