Skip to content

Releases: IgniteKit/validation

v1.2.0

03 Jul 21:28
Compare
Choose a tag to compare

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

v1.1.0

26 Sep 19:12
Compare
Choose a tag to compare

Transfer to IgniteKit

v1.0.1

30 Jun 00:36
Compare
Choose a tag to compare
  • Added nullable rule - Thanks to @agsachdev

v1.0.0

25 Jun 23:11
Compare
Choose a tag to compare
Update license