Skip to content

Releases: susina/coding-standard

Version 2.3

27 Jul 05:50
f52f907

Choose a tag to compare

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

26 Jul 16:49
77c1488

Choose a tag to compare

  • Remove unsupported PHP 7.2 version
  • Move script directory under src
  • Adjust postInstall Compose script to:
    • update the configuration file, if it finds a deprecated php_cs.dist
    • delete the deprecated php_cs.cache cache file.

Version 2.1

23 Jul 06:00

Choose a tag to compare

  • Bump php-cs-fixer to 3.0 version
  • Adjust deprecations:
    • rename php_cs.dist to php-cs-fixer.php
    • rename php_cs.cache to php-cs-fixer.cache
    • adjust test suite

Version 2.0

19 Feb 10:32
cf817dd

Choose a tag to compare

  • 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 cs to check the code style and composer cs-fix to 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.md file

Version 1.3.1

22 Dec 07:07
7209d4c

Choose a tag to compare

Fix strict type declaration.

Version 1.3

22 Dec 06:42
2ddae70

Choose a tag to compare

Ensure PHP 8 compatibility.

Release 1.2.1

08 Apr 11:14
31b487f

Choose a tag to compare

Add Susina to namespace, to better adhere to PSR-4 standard.

Release 1.2

08 Apr 09:27
09b4402

Choose a tag to compare

Move to Susina organization.

Release 1.1.0

06 Jan 16:24
be54c0e

Choose a tag to compare

Remove some strict phpunit rules.

Release 1.0.1

06 Jan 15:46
025672d

Choose a tag to compare

Update README