Releases: phramework/validate
Releases · phramework/validate
v0.12.0
What's Changed
- Update Copyright year by @alkallio in #60
- Updated required php version by @kostasNikolopoulos in #63
Full Changelog: 0.11.1...v0.12.0
Fixed Optional semicolon in offset
Added support for date-time format in type string
Add support for date-time string format (#55) * Support date-time string format * Added test with JSON defined validator of type 'string' and format 'date-time'
Added getters at Result
Added getters at Result (#49) * Added getters at Result Improve README examples
Fixed Validate class annotation
Fixed tests Fixed travis script
Fixed UUIDv4Validator raw
Merge pull request #43 from alex2005git/dev-1.x Fixed UUIDv4Validator raw default value
Added UUIDv4 Validator
Added UUIDv4Validator (#42) * Added UUIDv4Validator
Fixed IntegerValidator
1.0.0-RC5 Fixed integer parsing
Fixed IntegerValidator unnecessary casting to float causing overflow
0.10.3 Fix integer parsing (#36)
Added UUIDv4Validator
1.1.0 Added UUIDv4Validator