All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.2.0 - 2024-11-26
- Add possibility to add a configuration for analyse steps to omit.
v1.1.0 - 2024-11-21
- Add
eol'ed PHP version
usage check.
v1.0.8 - 2024-05-14
- Fix several bugs in violation analysis.
v1.0.7 - 2024-05-13
- Return correct return value.
v1.0.6 - 2024-05-08
- Catch release candidates when checking for Semantic Versioning.
v1.0.5 - 2024-05-08
- Fix several bugs discovered while writing integration tests.
- Add
phpstan
existence check.
v1.0.4 - 2024-05-07
- Add
ecs.php
existence check.
v1.0.3 - 2024-05-03
- Add
.gitignore
existence check. - Improve violations handling and reporting.
v1.0.2 - 2024-05-02
- Add
--violations-threshold
option, which defaults to0
. - Utilise
Symfony\Component\Console\Helper\Table
for TUI output.
v1.0.1 - 2024-05-02
- Remove
--open-php-package-checklist-link
option.
- Initial release.