Releases: alleyinteractive/alley-coding-standards
Releases · alleyinteractive/alley-coding-standards
v2.1.0
- Allow PSR-4 style
ClassName.php
file names to support our migration to PSR-4 for test files. - Remove the
PEAR.Functions.FunctionCallSignature
sniff from the ruleset and
replace it withPSR2.Methods.FunctionCallSignature
. This change is to allow
for multi-line function calls to be formatted in a more readable way without having to insert a new line before the first argument. - Allow camelCase'd DOMDocument/DOMElement/etc. property names to not be flagged by
WordPress.NamingConventions.ValidVariableName
.
Full Changelog: v2.0.2...v2.1.0
v2.0.2
- Fix issue with files with
js
/css
in the path being ignored. - Bumping to PHP 8.1.
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Update "Prefer array syntax" rule to 3.0 by @renatonascalves in #37
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Upgrade to WPCS/VIPCS 3.0: a breaking change from WPCS 2.0. See the guide here for help upgrading.
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Remove packages already installed by
automattic/vipwpcs
by @renatonascalves in #29 - Ignore deprecation error in WPCS until 3.0 is ready to be used by @srtfisher in #34
New Contributors
- @renatonascalves made their first contribution in #29
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.4.1
v0.4.0
What's Changed
- Add PHPCompatibilityWP support and configure for PHP 8.0+ by @joemcgill in #17
- Ignore template-parts in any part of the path by @kevinfodness in #20
- Add "static analysis" Composer keyword by @GaryJones in #22
New Contributors
- @GaryJones made their first contribution in #22
Full Changelog: 0.3.0...v0.4.0