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 1
1
# Changelog
2
2
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
+
3
21
## 0.13.4
4
22
- Fix function with nullable type return and returning null (and nothing else) considered invalid.
5
23
- Replace abandoned wimg/php-compatibility with phpcompatibility/php-compatibility.
Original file line number Diff line number Diff line change 45
45
},
46
46
"extra" : {
47
47
"branch-alias" : {
48
- "dev-master" : " 0.15.x -dev"
48
+ "dev-master" : " 1.0.0 -dev"
49
49
}
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments