respect-validation/docs
Henrique Moody 2aa5e39c54
Improve KeySet rule
After changes in the key-related rules, the KeySet rule became unusable.
Besides, when evaluating an input, it wasn't reporting every single
failure because it would not validate the items in the array if they had
missing or extra keys.

This commit will make several improvements to the rule. It will create
some not(keyExists($key)) rules for the extra keys, which makes the
error reporting much better. A limit of 10 additional keys will show up
when asserting an input with extra keys. I put that limit in place to
prevent the creation of too many rules.
2024-12-02 20:09:47 +01:00
..
rules Improve KeySet rule 2024-12-02 20:09:47 +01:00
01-installation.md Change documentation order 2024-02-04 16:11:57 +01:00
02-feature-guide.md Deprecate age-related rules 2024-11-26 20:32:01 +01:00
03-message-translation.md Change documentation order 2024-02-04 16:11:57 +01:00
04-message-placeholder-conversion.md Change documentation order 2024-02-04 16:11:57 +01:00
05-concrete-api.md Change documentation order 2024-02-04 16:11:57 +01:00
06-custom-rules.md Remove previous validation engine 2024-03-25 12:28:25 +01:00
07-comparable-values.md Rename "Max" to "LessThanOrEqual" 2024-02-27 21:12:13 +01:00
08-list-of-rules-by-category.md Deprecate age-related rules 2024-11-26 20:32:01 +01:00
09-license.md Change documentation order 2024-02-04 16:11:57 +01:00
index.md Fix broken documentation links 2024-02-19 11:34:26 +01:00