New version with support up to PHP 8.3 and preliminary support for PHP 8.4.
Added
Fixed
- PHP 8.4 deprecation notice, #154 from @Ayesh and @jrfnl.
- Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from @jrfnl, fixes #62.
- Bug fix: files containing the
~
character in their name can now be processed correctly, #118 from @jrfnl. - Bug fix: error message sometimes displayed on last line of code snippet, #98 from @jrfnl, fixes #93.
- Bug fix: error message would sometimes contain duplicate information, #117 from @jrfnl.
- Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from @jrfnl.
Changed
- The percentage output in the progress report is now aligned, #140 from @robertology.
- The error message displayed when the PHP version is too low for the application to run is now more informative, #100 from @jrfnl.
- Composer: The package will now identify itself as a static analysis/linting tool, #134 from @staabm.
- Composer: fix grammar error, #139 from @TravisCarden.
- README: improvement to the install instructions, #99 from @samsonasik, fixes #96.
- README: move screenshot, #97 from @jrfnl.
- README: fix typos, #124 from @krsriq.
- Docs: code style consistency, #137 from @lens0021.
Internal
- Prevent PHAR not being compatible with PHP < 7.0, #116 from @jrfnl.
- GH Actions: update used actions, #109, #158 from @jrfnl.
- GH Actions: updates for box 4.x, #121 from @jrfnl.
- GH Actions: fix download URL for box, #125 from @jrfnl.
- GH Actions: use fail-fast with setup-php when creating the binaries, #131, #132 from @jrfnl.
- GH Actions: update PHP version for PHAR boxing, #152 from @jrfnl.
- GH Actions: harden the workflow against PHPCS ruleset errors, #128 from @jrfnl.
- GH Actions: bust the cache semi-regularly, #129 from @jrfnl.
- GH Actions: update PHP versions in workflows, #130 from @jrfnl.
- GH Actions: update for the release of PHP 8.3, #150, #151 from @jrfnl.
- GH Actions: fix duplicate release, #159 from @jrfnl.
- SettingsParseArgumentsTest: fix bug in test, #102 from @jrfnl.
- OutputTest: fix risky test, #156 from @jrfnl.
- Tests: fix issue with Nette Tester 1.x, #141 from @grogy.
- Add dependabot configuration file, #148 from @jrfnl.