v2.2.0
Added
Opis\JsonSchema\Errors\CustomError- you can throw aCustomErrorexception from filters or formats to provide a custom error messageOpis\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