1.0.0
·
68 commits
to master
since this release
Included commits: https://github.com/spryker/UtilValidate/tree/1.0.0
Initial Release
- Adapter module for "spryker/egulias".
- Introduces the UtilValidateService.
- UtilValidateServiceInterface::isEmailFormatValid() method is introduced to validate email format.
- UtilValidateToEmailValidatorInterface is introduced to specify requirements for email format validation.
- UtilValidateToEguliasRfcEmailValidatorAdapter is introduced and implements UtilValidateToEmailValidatorInterface to provide a basic solution for email validation.