Releases: mysticatea/cpx
Releases · mysticatea/cpx
v1.5.0
v1.4.0
Features
- 217004b added
--preserve
option which is similar to GNUcp
command. If--preserve
option is given,cpx
command will copyuid
,gid
,atime
, andmtime
of the source file. - 4ca9f72 added
--update
option which is similar to GNUcp
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
v1.3.1
Bug Fixes:
- Fixed a mistake of publish
v1.3.0
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
v1.2.0
- Add Node.js v0.10.x support. Thanks @k88hudson !
- Update dependencies.
Update dependencies.
v1.1.6 1.1.6
Update dependencies.
- Babel 5.0.x, more verify ES6 Classes.
Fixed some trivial bugs
- Verbose text of
--clean
option. - Some tests had been failed on Linux.
- Fixed a wrong check for arguments.