Releases: sirbrillig/phpcs-changed
v2.11.6
v2.11.5
What's Changed
- Fixed typo when checking if the field
diffFile
is 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).
v2.11.0-beta.2
Changelog
- Add '--extensions' option to use in PHPCS and for allowed extensions (#86)
v2.11.0-beta.1
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).