Releases: opis/json-schema
Releases · opis/json-schema
v2.3.0
v2.2.0
Added
Opis\JsonSchema\Errors\CustomError
- you can throw aCustomError
exception 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
v2.1.0
Added new parser options.
v2.0.1
Bugfix:
- infinite recursion in Helper::convertAssocArrayToObject()
v2.0.0
This major release is a ground-up rewrite of the library. For more details on how to upgrade to this version, please take a look at our migration guide.
New release
1.0.19 Added missing extensions
New release
patternProperties fix
New release
Fixed typo
New release
URI bugfix
New release
Fixed File loader