Skip to content

Commit

Permalink
v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Apr 13, 2020
1 parent 52edc0b commit 3badd6f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 1.0.0-beta.1
### Added
- PHPCompatibility checks
- External VIP rules
- Possibility to filter execution of tests
### Changed
- Move to PSR-12
- Move to WPCS v2
- Move to PHPCS v3.3
- Upgrade `dealerdirect/phpcodesniffer-composer-installer` to `^0.5`
- Extend type declaration exclusion for hooks static closures
- Simplify customization of `ElementNameMinimalLength`
- Allow blank line after method with single line declaration
- Ignore in return type declaration check all methods that start with `__`
- Remove `PHPCSAliases` class
- Remove configuration values in provided `ruleset.xml`
- Improved README and documentation

## 0.13.4
- Fix function with nullable type return and returning null (and nothing else) considered invalid.
- Replace abandoned wimg/php-compatibility with phpcompatibility/php-compatibility.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.15.x-dev"
"dev-master": "1.0.0-dev"
}
}
}

0 comments on commit 3badd6f

Please sign in to comment.