Releases: swaggest/php-json-schema
Releases · swaggest/php-json-schema
v0.12.33
Explicitly disable validation for default and const values (#120)
v0.12.32
Do not ignore validation of referenced schemas (#117)
v0.12.31
Allow default with null value to be applied (#108)
v0.12.30
Add support for `full-date` and `full-time` formats as aliases of `da…
v0.12.28
Enable PHP 7.4 in CI (#102)
v0.12.26
Fixed
- Export additional and pattern properties, #97, #99.
v0.12.25
Fixed
- Validation always passes with invalid JSON schema, #96.
v0.12.24
Fixed
- Behavior of
tolerateStrings
when decoding bool and applying values to original data (now for real).