Releases: olivertappin/phpcs-diff
Releases · olivertappin/phpcs-diff
v2.0.1
v2.0.0
- Remove support for PHP 7.3 and below, and support PHP 8.2
- Change coding style from PSR2 to PSR12
Many thanks to @TotalWipeOut for the contribution for this release.
v1.1.0
v1.0.6
- Fixed bug with regular expression non-capture group
- Fixed bug when calculating changed lines to not include the next line
- Tidied up logic to calculate lines changed
v1.0.5
- Fixed issue with exit code when violations are reported
v1.0.4
- Corrected secondary path for
phpcsexecutable
v1.0.3
- Added path check for
phpcsexecutable
v1.0.2
- Updated licence type and link in executable
- Added additional autoload path location (for global installs)
v1.0.1
- Added more unit tests
- Added pretty pictures to
README.mdfile - Added
LICENCE.mdfile - Added CI configuration files
- Removed
composer.lockfile to support multiple PHP versions in Travis CI
v1.0.0
Initial release