✨ Enhancements
- 🆕 Introduce
ValueValidator
as a super interface ofApplicativeValidator
andArguments1Validator
andArgumentsValidators
now supportsValueValidator
instead ofArguments1Validator
- 🆕 Add
Arguments1Validator.from(ValidatorSubset)
andArguments1Validator.from(ValueValidator)
- 🆕 Add
ObjectValidator
andObjectValidatorBuilder
- 🆕 Support the fail fast mode (#140)
- 🆕 Add lift methods for other collections/optional (#137, thanks to @gakuzzzz )
- 📕 The reference doc is available (https://yavi.ik.am)
🐛 Bug Fixes
- Fix problem with checking nested constraint condition when nested target is null (#145, thanks to @ddzida )
⚡️ Breaking Changes
- Rename
ValidatorBuilder#_doubleArrray
->ValidatorBuilder#_doubleArray