Releases: digitalcz/coding-standard
Releases · digitalcz/coding-standard
v0.4.2
v0.4.1
v0.4.0
v0.3.0
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
v0.2.0
v0.1.0
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
- @libordan made their first contribution in #1
- @DominikVisek made their first contribution in #2
- @spajxo made their first contribution in #3
Full Changelog: v0.0.1...v0.1.0