Skip to content

Commit 3badd6f

Browse files
committed
v1.0.0-beta.1
1 parent 52edc0b commit 3badd6f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "0.15.x-dev"
48+
"dev-master": "1.0.0-dev"
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)