Skip to content

Releases: digitalcz/coding-standard

v0.4.2

28 Nov 06:37

Choose a tag to compare

Changed

  • Updated Slevomat Coding Standard to 8.25.*

v0.4.1

29 Oct 09:38
2d552b8

Choose a tag to compare

What's Changed

  • Update dependencies in composer.json by @spajxo in #10

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Sep 06:11

Choose a tag to compare

What's Changed

  • Update dependencies to latest versions by @spajxo in #9

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Jun 11:05

Choose a tag to compare

What's Changed

Added

  • GitHub Actions CI workflow with PHP 7.4-8.3 matrix testing
  • Comprehensive integration test suite with 16 tests covering all ruleset functionality
  • Project-specific phpcs.xml configuration file
  • PHPUnit testing framework and composer scripts

Changed

  • Improved README documentation with concise project overview and usage instructions
  • Updated Slevomat Coding Standard to 8.19.* and PHP_CodeSniffer to 3.13.*
  • Refactored integration tests for better code style and maintainability
  • Simplified PHPUnit and test bootstrap configuration
  • Updated .gitignore to exclude cache files and build artifacts

Fixed

  • PHPUnit compatibility for PHP 7.4+ support (downgraded from ^10.0 to ^9.5)
  • PHPUnit configuration schema updated to version 9.2 compatibility
  • Removed deprecated CallTimePassByReference rule from ruleset
  • Replaced deprecated UnionTypeHintFormat with DNFTypeHintFormat

Removed

  • Docker development infrastructure (Dockerfile, Makefile, docker-compose.yml)

Full Changelog: v0.2.1...v0.3.0

v0.2.1

29 Feb 06:56
bcad957

Choose a tag to compare

What's Changed

  • Bump squizlabs/php_codesniffer to 3.9.* by @spajxo in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Jan 11:48
31104fd

Choose a tag to compare

What's Changed

  • Bump squizlabs/php_codesniffer to 3.8.* by @spajxo in #4
  • New rule by @spajxo in #5
  • Bump slevomat/coding-standard to 8.14.* by @spajxo in #6
  • Update InlineDocCommentDeclaration rule by @spajxo in #7

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Sep 08:37
3bf008b

Choose a tag to compare

What's Changed

  • Adds missing dependecy for Xdebug 3.2.1 by @libordan in #1
  • Change of numeric formatting, Upgrade of slevomat coding standards by @DominikVisek in #2
  • Attribute rules by @spajxo in #3

New Contributors

Full Changelog: v0.0.1...v0.1.0

v0.0.1

10 Jan 11:23

Choose a tag to compare

First release 🚀