@@ -6,6 +6,17 @@ CHANGELOG
6
6
7
7
* Deprecate the "loose" e-mail validation mode, use "html5" instead
8
8
* 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
9
20
10
21
6.1
11
22
---
0 commit comments