mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 14:25:45 +01:00
Integrate FormatterModifier into the validation message modifier chain,
enabling StringFormatter formatters to be used as pipe modifiers in
message templates (e.g., {{input|uppercase}}, {{input|mask:1-4:X}}).
This requires bumping respect/string-formatter to ^1.7.
Add feature tests for both the Formatted validator (uppercase, lowercase,
trim, number, date, creditCard, secureCreditCard, chained formatters) and
the FormatterModifier in templates (all major formatters, custom parameters,
multi-argument modifiers, and chained modifiers).
Assisted-by: Claude Code (Claude Opus 4.6)
|
||
|---|---|---|
| .. | ||
| Exceptions | ||
| Helpers | ||
| Message | ||
| Mixins | ||
| Transformers | ||
| Validators | ||
| ContainerRegistry.php | ||
| Id.php | ||
| Name.php | ||
| NamespacedValidatorFactory.php | ||
| OnlyFailedChildrenResultFilter.php | ||
| Path.php | ||
| Result.php | ||
| ResultFilter.php | ||
| ResultQuery.php | ||
| Validator.php | ||
| ValidatorBuilder.php | ||
| ValidatorFactory.php | ||