Skip to content

Commit f5c1252

Browse files
committed
Updated CHANGELOG.md
1 parent da6c368 commit f5c1252

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Symfony/Component/Validator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ CHANGELOG
66

77
* Deprecate the "loose" e-mail validation mode, use "html5" instead
88
* Add the `negate` option to the `Expression` constraint, to inverse the logic of the violation's creation
9+
* Allow the following constraints to be used in method parameters:
10+
`All`, `AtLeastOneOf`, `Bic`, `Blank`, `Callback`, `CardScheme`, `Choice`,
11+
`Cidr`, `Collection`, `Count`, `Country`, `CssColor`, `Currency`, `Date`,
12+
`DateTime`, `DivisibleBy`, `Email`, `EqualTo`, `Expression`, `ExpressionSyntax`,
13+
`File`, `GreaterThan`, `GreaterThanOrEqual`, `Hostname`, `Iban`, `IdenticalTo`,
14+
`Image`, `Ip`, `Isbn`, `IsFalse`, `Isin`, `IsNull`, `Issn`, `IsTrue`, `Json`,
15+
`Language`, `Length`, `LessThan`, `LessThanOrEqual`, `Locale`, `Luhn`, `Negative`,
16+
`NegativeOrZero`, `NotBlank`, `NotCompromisedPassword`, `NotEqualTo`, `NotIdenticalTo`,
17+
`NotNull`, `Positive`, `PositiveOrZero`, `Range`, `Regex`, `Sequentially`, `Time`,
18+
`Timezone`, `Type`, `Ulid`, `Unique`, `Url`, `Uuid`, `Valid`
19+
* Add the `ConstraintAttributeListener` to validate the controller arguments
920

1021
6.1
1122
---

0 commit comments

Comments
 (0)