Skip to content

Releases: spryker/util-validate

Release list

1.0.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Jun 15:51

Included commits: 1.0.0...1.0.1

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 09 Nov 14:08

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.