Skip to content

Releases: krakphp/validation

Version 0.3.11

05 Aug 10:29
Compare
Choose a tag to compare

Fixed

  • Fixed bug with pipeAll when any errors occurred

Version 0.3.10

17 Mar 23:02
Compare
Choose a tag to compare

Added

  • New assert method on the WrappedValidator.

Version 0.3.9

07 Mar 04:36
Compare
Choose a tag to compare
  • Fixing bug with invalid keys message
  • Fixing typo in doctrine_entities

Version 0.3.8

02 Feb 05:53
Compare
Choose a tag to compare

Added

  • Validation for extra keys in the collection validator
  • API documentation
  • Validator Documentation
  • Aliases with the Kernel aliases method.

Version 0.3.7

10 Jul 16:00
Compare
Choose a tag to compare

Added

  • Violation Collection Array Access #7
  • number and any validator #9

Version 0.3.6

06 May 05:31
Compare
Choose a tag to compare

Added

  • ViolationException #3
  • Violation Documentation
  • Length Validators #2

Version 0.3.5

04 May 04:24
Compare
Choose a tag to compare

Fixed

  • HttpRequestValidationContext bug

Version 0.3.4

02 May 19:11
Compare
Choose a tag to compare

Fixed

  • Doctrine Unique Entity class bug

Version 0.3.3

13 Apr 22:39
Compare
Choose a tag to compare

Fixed

  • Kernel bug where context was not passed in

Version 0.3.2

13 Apr 21:55
Compare
Choose a tag to compare

Fixed

  • digits validator

Added

  • alpha and alpha_num validators
  • wrapRegex to simplify wrapping of regex validators
  • Initial tests with peridot