Added
- Add another
--quiet
level so a summary of changes can be printed without reporting every file replaced - Add colour to unified
--diff
output when the standard output is a TTY
Changed
- Escape non-ASCII characters with Unicode's "blank" property
- Improve validation of options loaded from configuration files
- Improve
--debug
output - Add
--log-progress
so--debug
need not be combined with--verbose
to generate progress-log files
Fixed
- Fix bugs related to empty directories and configuration files, e.g. where
pretty-php
falls backs to reading fromSTDIN
when directories given on the command line yield no files to format