Releases: packaged/validate
Releases · packaged/validate
2.7.2
2.7.1
2.7.0: JS validate (#2)
* initial js validation * more safety around possible deserialization of non-serializable classes * use config * equalvalidator * NotEqual * add github workflow * return error messages * split out validators * isChanging (potentially valid) * ValidationResponse * reduce/simplify interface * MultiValidator * docblocks * move combine into response * simplify to remove any element handling, pure value validation * formatting * add test for RequiredValidator * remove unused attributeValue * fix validator name * additional validators * email and regex validator * need to pass name, because compilers will rename the constructor * use actual name * update boolean tests * update package version * add ipv4 validator * add Number, Integer and Decimal validators * improve php decimal validator * additional tests