Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.0.0

Compare
Choose a tag to compare
@1franck 1franck released this 22 Mar 00:56
· 23 commits to master since this release
  • introducing schema which add a new way to define your validations structure
  • added Schema, SchemaInterface, SchemaCompiler and SchemaCompilerInterface
  • added ArrayValidationExceptionInterface to help catching any validation exceptions
  • added StrictValidationFromSchema
  • rewritten StrictValidation and added AbstractValidation
  • added Validation, ValidationFromDefinition and ValidationFromSchema
    which act almost like as Strict* classes but without exceptions
  • fixed bug with ValidationDefinition where same method validation were not stacked but overwritten
  • added ValidationDefinitionExecutor