Skip to content

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 09 Nov 14:08
· 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.