Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@gdarko gdarko released this 03 Jul 21:28

What's new:

  • Added boolean validation
  • Improved test cases, implement psr4 standard correctly
  • Improved validation rule parsing and make it possible to use commas in the operators like in
  • Improved Integer detection in validations
  • Fixed present rule ignoring other rules when field is empty
  • Fixed typo in the same rule. Instead of "The :attribute must be same as :field", it will be now "The :attribute must be same as :field"
  • Fixed empty Exception thrown while there was a message created for use in the Exception
  • Fixed typo in test case naming (Validaton -> Validation)
  • Updated README