Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

70 lines (47 loc) · 2.49 KB

Changelog

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

Added

  • AJV and JSON Shema Test suites updated.

Fixed

  • Validating enum and const in case of float vs. int comparison for equal values.
  • Validation of time format edge cases.

0.12.28 - 2020-01-27

Fixed

  • Trying to access array offset on value of type null in PHP 7.4, #101.

0.12.27 - 2020-01-26

Fixed

  • PHP version check for empty property name support.

0.12.26 - 2020-01-24

Fixed

  • Export additional and pattern properties, #97, #99.

0.12.25 - 2020-01-07

Fixed

  • Validation always passes with invalid JSON schema, #96.

0.12.24 - 2019-12-03

Fixed

  • Behavior of tolerateStrings when decoding bool and applying values to original data (now for real).

0.12.23 - 2019-12-02

Fixed

  • Behavior of tolerateStrings when decoding bool and applying values to original data.

0.12.22 - 2019-10-22

Added

  • Schema::unboolSchemaData and Schema::unboolSchema to public visibility.

0.12.21 - 2019-10-01

Fixed

  • Treating unresolvable schema as a prohibitive false schema instead of failing with exception.

0.12.20 - 2019-09-22

Changed

  • Export null value instead of skipping it for properties having null type.