Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5c1252

Browse filesBrowse files
committed
Updated CHANGELOG.md
1 parent da6c368 commit f5c1252
Copy full SHA for f5c1252

File tree

1 file changed

+11
-0
lines changed
Filter options

1 file changed

+11
-0
lines changed

‎src/Symfony/Component/Validator/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/CHANGELOG.md
+11Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.