Releases: YouweGit/coding-standard
Releases · YouweGit/coding-standard
3.6.2
#Added
Allowed support for php 8.4 by allowing version 3.x-dev and future version 3.0.0 as a requirement. This is a dev version, since support for PHP 8.4 is not yet supported in phpmd. phpmd/phpmd#1219 magento/magento2#39796
Changed
Changed minimal stability to allow installing 3.x-dev.
What's Changed
- Add compatibility for PHP 8.4 which is now only supported in a dev br… by @leonhelmus in #12
 
Full Changelog: 3.6.1...3.6.2
Resolve ESlint conflict
- ESLint conflict between 
no-mixed-operatorsandno-extra-parensresolved. 
Add Youwe ruleset which will be used as a base.
Added:
- New ruleset called Youwe
 - A composer plugin to install the ruleset.
 - ruleset parameters that tells that warnings should be shown in color.
 
Add new Youwe coding standard V2
3.5.0-RC2 Add args that everyone can use in their projects.
Create Youwe coding standard
Merge pull request #5 from fredden/youwe-magento2 Create Youwe coding standard
Add compatibility for magento 2.4.4 and higher.
Merge pull request #4 from YouweGit/feature/compatibility-magento2.4.4 Add compatibility for magento 2.4.4 and higher.
3.3.1
What's Changed
- Make package installable under PHP8 by @rutgerrademaker in #3
 
New Contributors
- @rutgerrademaker made their first contribution in #3
 
Full Changelog: 3.3.0...3.3.1
Changed namespace to Youwe
Added
- Copyrights
 - Declare strict types
 - Updated squizlabs/php_codesniffer to resolve phpunit error.
 
Changed
- Vendor to Youwe
 - Changed MediaCT rule names to Global.