Skip to content

Releases: olivertappin/phpcs-diff

v2.0.1

06 Jan 10:59

Choose a tag to compare

  • Update scrutinizer-ci configuration
  • Remove unnecessary double space

v2.0.0

06 Jan 10:43

Choose a tag to compare

  • 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

04 Aug 17:54
bea4e1e

Choose a tag to compare

  • Remove need for grep -P flag when filtering diff lines (to support Alpine): #8

v1.0.6

09 Oct 13:11

Choose a tag to compare

  • 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

10 Sep 19:48
13b231c

Choose a tag to compare

  • Fixed issue with exit code when violations are reported

v1.0.4

21 Aug 12:11

Choose a tag to compare

  • Corrected secondary path for phpcs executable

v1.0.3

17 Aug 15:06

Choose a tag to compare

  • Added path check for phpcs executable

v1.0.2

16 Aug 21:09

Choose a tag to compare

  • Updated licence type and link in executable
  • Added additional autoload path location (for global installs)

v1.0.1

14 Aug 21:09

Choose a tag to compare

  • Added more unit tests
  • Added pretty pictures to README.md file
  • Added LICENCE.md file
  • Added CI configuration files
  • Removed composer.lock file to support multiple PHP versions in Travis CI

v1.0.0

14 Aug 09:14

Choose a tag to compare

Initial release