Skip to content

v2.2.0

Compare
Choose a tag to compare
@sorinsarca sorinsarca released this 12 Oct 21:01
· 22 commits to master since this release

Added

  • Opis\JsonSchema\Errors\CustomError - you can throw a CustomError exception from filters or formats to provide a custom error message
  • Opis\JsonSchema\CompliantValidator - a validator class that disables custom keywords of opis/json-schema (such as filters), making the validation compliant with the default json-schema behaviour

Fixed