Skip to content

0.8.0

Compare
Choose a tag to compare
@odan odan released this 18 Apr 19:17
· 81 commits to master since this release

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