Skip to content

v1.3.0

Compare
Choose a tag to compare
@grogy grogy released this 07 Apr 14:45
· 82 commits to master since this release

Added

  • Allow for multi-part file extensions to be passed using -e (like -e php,php.dist) from @jrfnl.
  • Added syntax error callback #30 from @arxeiss.
  • Ignore PHP startup errors #34 from @jrfnl.
  • Restore php 5.3 support #51 from @glensc.

Fixed

  • Determine skip lint process failure by status code instead of stderr content #48 from @jankonas.

Changed

Internal

  • Normalized composer.json from @OndraM.
  • Updated PHPCS dependency from @jrfnl.
  • Cleaned coding style from @jrfnl.
  • Provide one true way to run the test suite #37 from @mfn.
  • Travis: add build against PHP 8.0 and fix failing test #41 from @jrfnl.
  • GitHub Actions for testing, and automatic phar creation #46 from @roelofr.
  • Add .github folder to .gitattributes export-ignore #54 from @glensc.
  • Suggest to curl composer install via HTTPS #53 from @reedy.
  • GH Actions: allow for manually triggering a workflow #55 from @jrfnl.
  • GH Actions: fix phar creation #55 from @jrfnl.
  • GH Actions: run the tests against all supported PHP versions #55 from @jrfnl.
  • GH Actions: report CS violations in the PR #55 from @jrfnl.

diff v1.2.0...v1.3.0