Skip to content

1.2.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 21 Jul 17:10
· 34 commits to master since this release

Fixed

  • Add missing, but referenced error codes in ErrorLoggerInterface

Changed

  • Updated README
  • composer.lock is removed from VCS

Added

  • Simple validators: Callback, ClassName, Email, Size, Type and WpFilter
  • SecondaryValidatorInterface and secondary validators: Negate, Bulk and Pool
  • DataValidator::with_validators() method
  • Unit tests for all new classes