13.x
Fix `AnyOf` constructor parameter type (#55577)
Add an array_keys validation rule (#60918)
Update PHPDoc annotations for clarity and accuracy (#56321)
[10.x] Use translator from validator in `Can` and `Enum` rules (#49251)
[13.x] Fix deprecation warning in Contains and DoesntContain rules when values contain null (#59561)
remove compact (#60234)
[12.x] feat: add now methods to Date rule (#58059)
[12.x] remove `@return` docblocks on constructors (#55076)
Revert "[13.x] Add if-related rector rules (#60930)" (#61027)
Implement Stringable in Enum rule (#58392)
[12.x] Refine type hinting for condition rules (#56420)
[12.x] Add missing conditional validation rule builders (#59209)
explicitly declare `\Stringable` interface (#47697)
[13.x] Add conditional return types to several methods (#60586)
[13.x] Fix deprecation warning in In and NotIn rules when values contain null (#59576)
[12.x] Add strict integer validation to Numeric validation rule (#59156)
Fix typos in doc blocks (#60782)
Remove @return tag from constructor (#57536)
[12.x] Add missing @throws annotations to validation rules and JsonResponse (#58697)
[13.x] Ensure RequiredUnless handles null (#59235)
[12.x] Add fluent string validation rule builder (#59201)