Releases: selective-php/validation
Releases · selective-php/validation
0.8.0
New Features
- Added Transformer for custom json responses
Breaking Changes
- Added TransformerInterface as to the ValidationExceptionMiddleware constructor as dependency
- Added return types to all classes
- Added final to all classes
- Changed all protected properties to private
- Removed ValidationResult JsonSerializable interface
- Removed ValidationResult::toArray method
- Rename ValidationExceptionMiddleware method getValidation to getValidationResult
- Change minimum php version 7.2
Changes
- Updated depenencies
0.7.1
0.7.0
0.6.0
0.5.5
0.5.4
0.5.2: Added setCode and getCode
Removed fluent interface