All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.12.29 - 2020-03-19
- AJV and JSON Shema Test suites updated.
- Validating
enum
andconst
in case of float vs. int comparison for equal values. - Validation of time format edge cases.
0.12.28 - 2020-01-27
- Trying to access array offset on value of type null in PHP 7.4, #101.
0.12.27 - 2020-01-26
- PHP version check for empty property name support.
0.12.26 - 2020-01-24
0.12.25 - 2020-01-07
- Validation always passes with invalid JSON schema, #96.
0.12.24 - 2019-12-03
- Behavior of
tolerateStrings
when decoding bool and applying values to original data (now for real).
0.12.23 - 2019-12-02
- Behavior of
tolerateStrings
when decoding bool and applying values to original data.
0.12.22 - 2019-10-22
Schema::unboolSchemaData
andSchema::unboolSchema
to public visibility.
0.12.21 - 2019-10-01
- Treating unresolvable schema as a prohibitive
false
schema instead of failing with exception.
0.12.20 - 2019-09-22
- Export
null
value instead of skipping it for properties havingnull
type.