Releases: susina/coding-standard
Releases · susina/coding-standard
Version 2.3
Remove all post install scripts and relative tests, since they cannot be used to create stub configuration and automatic post install scripts, when the package is installed as dependency.
Version 2.2
- Remove unsupported PHP 7.2 version
- Move
scriptdirectory undersrc - Adjust
postInstallCompose script to:- update the configuration file, if it finds a deprecated
php_cs.dist - delete the deprecated
php_cs.cachecache file.
- update the configuration file, if it finds a deprecated
Version 2.1
- Bump php-cs-fixer to 3.0 version
- Adjust deprecations:
- rename
php_cs.disttophp-cs-fixer.php - rename
php_cs.cachetophp-cs-fixer.cache - adjust test suite
- rename
Version 2.0
- Change rules to adhere to PSR-12
- Fix spaces around
|operator. - Add post installation Composer script to automatically:
- create a basic configuration file
- add two scripts to composer.json file:
composer csto check the code style andcomposer cs-fixto fix it - add
.php_cs.cache(php-cs-fixer cache file) to.gitignore
- Add Phpunit to the dev dependencies, to test the composer script
- Add php json extension to the dependencies, to manipulate composer.json file
- Add a test suite Github Actions workflow
- Add a Github Actions workflow to create a coverage report and update it to CodeClimate
quality tool - Create a
CHANGELOG.mdfile
Version 1.3.1
Fix strict type declaration.
Version 1.3
Ensure PHP 8 compatibility.
Release 1.2.1
Add Susina to namespace, to better adhere to PSR-4 standard.
Release 1.2
Move to Susina organization.
Release 1.1.0
Remove some strict phpunit rules.
Release 1.0.1
Update README