File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0-beta.1
4+ ### Added
5+ - PHPCompatibility checks
6+ - External VIP rules
7+ - Possibility to filter execution of tests
8+ ### Changed
9+ - Move to PSR-12
10+ - Move to WPCS v2
11+ - Move to PHPCS v3.3
12+ - Upgrade ` dealerdirect/phpcodesniffer-composer-installer ` to ` ^0.5 `
13+ - Extend type declaration exclusion for hooks static closures
14+ - Simplify customization of ` ElementNameMinimalLength `
15+ - Allow blank line after method with single line declaration
16+ - Ignore in return type declaration check all methods that start with ` __ `
17+ - Remove ` PHPCSAliases ` class
18+ - Remove configuration values in provided ` ruleset.xml `
19+ - Improved README and documentation
20+
321## 0.13.4
422- Fix function with nullable type return and returning null (and nothing else) considered invalid.
523- Replace abandoned wimg/php-compatibility with phpcompatibility/php-compatibility.
Original file line number Diff line number Diff line change 4545 },
4646 "extra" : {
4747 "branch-alias" : {
48- "dev-master" : " 0.15.x -dev"
48+ "dev-master" : " 1.0.0 -dev"
4949 }
5050 }
5151}
You can’t perform that action at this time.
0 commit comments