respect-validation/library/Helpers
Henrique Moody 66faefd695
Remove previous validation engine
After many refactorings, no rules use the previous validation engine.
That means we can remove the unused code from the repository and switch
from the previous to the new validation engine everywhere.

This commit will also soft deprecate the methods "validate()", and
"check()" in all the rules and the "assert()" in all rules but the
Validator itself. That means using those methods will still be allowed,
but static analysis tools might complain.

This is a big step toward releasing the next major version, as the code
is pretty much the way it should be when I release the next version.
There's some documentation to be updated, and I would like to change the
behavior of a couple of rules.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-03-25 12:28:25 +01:00
..
CanBindEvaluateRule.php Update validation engine 2024-02-22 16:54:44 +01:00
CanCompareValues.php Move core rules into the "Core" namespace 2024-03-03 16:12:58 +01:00
CanExtractPropertyValue.php Split the "Property" rule 2024-03-05 00:48:31 +01:00
CanExtractRules.php Update the validation engine of wrapper-based rules 2024-02-22 18:44:32 +01:00
CanValidateDateTime.php Update coding standards 2024-01-28 00:22:41 +01:00
CanValidateIterable.php Update coding standards 2024-01-28 00:22:41 +01:00
CanValidateUndefined.php Update coding standards 2024-01-28 00:22:41 +01:00
DeprecatedValidatableMethods.php Remove previous validation engine 2024-03-25 12:28:25 +01:00
DomainInfo.php Make properties readonly 2024-01-28 01:24:15 +01:00