Skip to content

Releases: mysticatea/cpx

v1.5.0

04 Sep 22:02
v1.5.0
4e8b193
Compare
Choose a tag to compare

Features

  • 6324e50 added --include-empty-dirs option. cpx copy empty directories which are matched to glob if --include-empty-dirs option is given.
  • bae874a added --no-initial option. cpx does not copy files on the initial time of watching if --no-initial option is given.

v1.4.0

03 Sep 13:44
v1.4.0
d18c2e7
Compare
Choose a tag to compare

Features

  • 217004b added --preserve option which is similar to GNU cp command. If --preserve option is given, cpx command will copy uid, gid, atime, and mtime of the source file.
  • 4ca9f72 added --update option which is similar to GNU cp command. If --update option is given, cpx command will copy the files only if the source file is newer than the file on destination.

Bug Fixes

  • Until 1.3.x, copied files might have a different mode from the original files. Now cpx command copy the mode correctly.

v1.3.2

20 Jul 13:32
v1.3.2
7d84ae8
Compare
Choose a tag to compare

Bug Fixes:

  • 055ddcd Added a check for the existence of transform's 'destroy' method. (fixes #18)

Chore:

  • Upgrade dependencies.

v1.3.1

10 Mar 15:09
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed a mistake of publish

v1.3.0

10 Mar 12:40
Compare
Choose a tag to compare

New Features:

  • --dereference option to follow symbolic link directories has been added.

Bug Fixes:

  • Paths which start with ./ had been possible to not work.

v1.2.1

18 Jul 16:42
Compare
Choose a tag to compare
  • Fixed wrong copying for a file in the current directory. (#11)
  • Update dependencies.

v1.2.0

16 May 20:48
Compare
Choose a tag to compare
  • Add Node.js v0.10.x support. Thanks @k88hudson !
  • Update dependencies.

Update dependencies.

18 Apr 23:35
Compare
Choose a tag to compare
v1.1.6

1.1.6

Update dependencies.

04 Apr 21:03
Compare
Choose a tag to compare
  • Babel 5.0.x, more verify ES6 Classes.

Fixed some trivial bugs

22 Mar 10:28
Compare
Choose a tag to compare
  • Verbose text of --clean option.
  • Some tests had been failed on Linux.
  • Fixed a wrong check for arguments.