- Fixed bug with
pipeAll
when any errors occurred
- New
assert
method on the WrappedValidator.
- Fixing bug with invalid keys message
- Fixing typo in
doctrine_entities
- Validation for extra keys in the
collection
validator - API documentation
- Validator Documentation
- Aliases with the Kernel
aliases
method.
- Violation Collection Array Access #7
number
andany
validator #9
- ViolationException #3
- Violation Documentation
- Length Validators #2
- HttpRequestValidationContext bug
- Doctrine Unique Entity class bug
- Kernel bug where context was not passed in
digits
validator
alpha
andalpha_num
validatorswrapRegex
to simplify wrapping of regex validators- Initial tests with peridot
- New
required
anddate
validator arrayArgs
to easily parse args that should be an array or array of arguments.
- A few bugs in ViolationCollection and FluentValidationBuilder
- messaging for boolean validator
- Added new Validation Kernel
- ValidationPackages
- Formatted Messages
- Violation Collections
- Fluent Violation Builder
- Validation Context
- Moved validators into Validators module.
- Violation structure and format
array_collection
to validate an array and collection
- Ability to find violations from a set of violations.
- Refactored doctrine validators to use ObjectRepository
- More violation codes
- inc file to do all of the including
- length validators
- regex validators
- greedy pipe
- Initial Release
- Initial Validation system
- Util, Doctrine, Symfony Validators