Releases: carlosas/phpat
Releases · carlosas/phpat
v0.11.2
- Rebase selector modifiers
- Add
AllOf()
selector modifier by @ghostwriter - Add
AnyOf()
selector modifier by @ghostwriter - Add
AtLeastCountOf()
selector modifier by @ghostwriter - Add
AtMostCountOf()
selector modifier by @ghostwriter - Add
NoneOf()
selector modifier by @ghostwriter - Add
OneOf()
selector modifier by @ghostwriter - Update new selector modifiers for v11 by @verfriemelt-dot-org
- Deprecate
AND()
selector modifier by @carlosas
v0.11.1
v0.11.0
- Add support for PHPStan 2.x by @carlosas and @Leprechaunz
- Drop support for PHPStan 1.x (
⚠️ breaks BC) by @carlosas - Use namespaced names on shouldBeNamed assertion (
⚠️ breaks BC) by @raffaelecarelle - Catch all attributes in dependency assertions by @carlosas
- Sanitize rule names to match PHPStan identifier pattern (
⚠️ breaks BC) by @carlosas - Remove deprecated selectors (
⚠️ breaks BC) by @carlosas - Add PHPStan identifiers from rule names by @carlosas
v0.11.0-beta
- Use namespaced name on shouldBeNamed assertion by @raffaelecarelle
- Catch all attributes in dependency assertions by @carlosas
- Sanitize rule names to match PHPStan identifier pattern by @carlosas
- Add PHPStan identifiers from rule names by @carlosas
- Add support for PHPStan 2 by @carlosas and @Leprechaunz
- Drop support for PHPStan 1 by @carlosas
v0.10.20
v0.10.19
- Add
IsTrait
andIsNotTrait
selectors by @ghostwriter - Add
IsException
,IsError
, andIsThrowable
selectors by @ghostwriter