Cpx Versions Save

A cli tool to watch and copy file globs.

v1.5.0

7 years ago

Features

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

v1.4.0

7 years ago

Features

  • 217004b7c346ce046a27d11a0edfa5950ee98000 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.
  • 4ca9f72f93f03b4905e782e5ff016cc6297826c3 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

7 years ago

Bug Fixes:

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

Chore:

  • Upgrade dependencies.

v1.3.1

8 years ago

Bug Fixes:

  • Fixed a mistake of publish

v1.3.0

8 years ago

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

8 years ago
  • Fixed wrong copying for a file in the current directory. (#11)
  • Update dependencies.

v1.2.0

8 years ago
  • Add Node.js v0.10.x support. Thanks @k88hudson !
  • Update dependencies.

v1.1.6

9 years ago

v1.1.5

9 years ago
  • Babel 5.0.x, more verify ES6 Classes.

v1.1.4

9 years ago
  • Verbose text of --clean option.
  • Some tests had been failed on Linux.
  • Fixed a wrong check for arguments.