Releases: sirbrillig/phpcs-changed
Releases · sirbrillig/phpcs-changed
v2.12.0
What's Changed
- Add Junit XML reporter by @sirbrillig in #107
- Add Checkstyle XML reporter by @sirbrillig in #108
Full Changelog: v2.11.8...v2.12.0
v2.11.8
What's Changed
- Git Workflow: do not use just the filename, but full path in reporting by @david-binda in #105
Full Changelog: v2.11.7...v2.11.8
v2.11.7
What's Changed
- Update require for phpcodesniffer-composer-installer to allow 1.0 by @sirbrillig in #103
Full Changelog: v2.11.6...v2.11.7
v2.11.6
v2.11.5
What's Changed
- Fixed typo when checking if the field
diffFileis empty. by @dmitr1y in #99 - Replace
empty()and someisset()calls by @sirbrillig in #100
New Contributors
Full Changelog: v2.11.4...v2.11.5
v2.11.4
v2.11.3
v2.11.2
v2.11.1
v2.11.0
Changelog
This has some pretty large refactors of svn and git workflow functionality, although they shouldn't be visible to users if I did everything right. These should pave the way for adding support for Windows without WSL and generally separate concerns more clearly in the code.
In addition, this release adds options to override the executable paths (#79) and defaults to auto-detecting the phpcs executable if it's in a vendor directory (#81).
Finally, this release adds the '--extensions' option to use in PHPCS and for allowed extensions (#86).