Releases: IgniteKit/validation
Releases · IgniteKit/validation
v1.2.0
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