Releases: spryker/util-validate
Releases · spryker/util-validate
Release list
1.0.1
Included commits: 1.0.0...1.0.1
Fixes
- Refactored
ContainerInterfacearray access usage toContainerInterface::set()method usage.
1.0.0
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.