Releases: magento/magento-coding-standard
Releases · magento/magento-coding-standard
Version 35
Version 34
Full Changelog: v33...v34
Version 33
What's Changed
- Allow more recent versions of rector by @fredden in #469
- Removing dependency on symfony/polyfill, is no longer required now th… by @hostep in #468
- Add suggested replacement for \posix_isatty() by @fredden in #445
- Allow readonly between phpdoc and property name by @sandipklevu in #447
- Make Unescaped Output Fail With Error Severity 10 by @pykettk in #442
- Add sniff for deprecated use of $block->escape... methods by @fredden in #458
- [eslint] Enforce consistent indentation by @fredden in #358
- [eslint] Disallow useless constructs by @fredden in #361
- [eslint] Forbid overriding built-in objects by @fredden in #359
- Allow Use of Template Literals by @pykettk in #364
- Add semicolon as statement separator in the special annotation check of the
Magento2.Security.XssTemplate
sniff by @aadmathijssen in #378 - Update README.md by @snoop0x7b in #459
- [eslint] Enforce consistent spacing around keywords by @fredden in #356
- Automatically remove useless comments by @fredden in #433
- Include all Magento2 sniffs in Magento2Framework by @fredden in #417
- Ensure only the relevant docblock is read by @fredden in #437
- PHP 8.3 support.
New Contributors
- @sandipklevu made their first contribution in #447
- @pykettk made their first contribution in #442
- @snoop0x7b made their first contribution in #459
Full Changelog: v32...v33
Version 32
- rector/rector upgraded to 0.17.12 version
- Min PHP version is set to 8.1
Version 31
rector/rector
upgraded to^0.15.10
version
Version 30
- Minimum version of PHP is set to 7.4
webonyx/graphql-php
is updated to version15.0
Version 29
Returning back support of PHP 7.3
Version 28
- Fix performance issue with big arrays #429
Version 27
- Support of PHP 8.1 features