Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#51348 [FrameworkBundle][Validator] Allow implementing validation groups provider outside DTOs (Yonel Ceruto)
- feature symfony/symfony#50438 [Validator] Add is_valid function to Expression constraint (@verdet23, @DEVizzent)
- feature symfony/symfony#51454 [Validator] Un-deprecate passing an annotation reader to AnnotationLoader (@derrabus)
- feature symfony/symfony#51425 [FrameworkBundle][Validator] Deprecate annotation occurrences (@alexandre-daubois)
- feature symfony/symfony#48907 [Validator] Validate time without seconds (@xepozz)
- feature symfony/symfony#50907 [Validator] Update
Type
constraint, addnumber
,finite-float
andfinite-number
validations (@guillaume-a) - feature symfony/symfony#50982 [Validator] Deprecate annotations in favor of attributes (@derrabus)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50425 [Validator] Allow single constraint to be passed to the
constraints
option of theWhen
constraint (@alexandre-daubois) - feature symfony/symfony#50396 [Validator] Allow single integer for the
versions
option of theUuid
constraint (@alexandre-daubois)