- Move
fancy-log
andplugin-error
dependencies from devDependency to dependency section. - Add "cwd" option.
- Remove deprecated
gulp-utils
- Drop support of node.js < 6.0
- Add
--ignore
option.
- Add
--report
option.
- Make the plugin compatible with PHPCS 3.x. Since PHPCS breaks backward compatibity,
[email protected]
is not compatible with PHPCS 2.x.
- Make "Fail" reporter log all the bad file names when
failOnFirst = false
- Use "close" event instead of "exit" event on child PHPCS process.
- Add "failOnFirst" option to Fail reporter.
- Add "exclude" option.
- Fix
which
package dependency.
- Resolve real bin path (just like unix
which
does).
- Rewrite PHPCS runner.
error
field inphpcsReport
object attached to checked file is now just a boolean true/false instead of Error instance.- Human-readable error is thrown if PHPCS bin is unavailable.
- Add unit tests.
- Add File reporter.
- Add "sniffs" option.
- Add "colors" option.
- Add support for STDIN file exclude patterns.
- Add "showSniffCode" option.
- Add "encoding" option.
- Fix "package.json"
- Extract reporters from CLI runner.
- Initial release