The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for JSONSchema-Validator

0.008  2021-09-13
    - Handle default value of content-type of "encoding" option for body property

0.007  2021-09-11
    - Add ability to handle "encoding" option (for now, only decode property by content-type) for body property

0.006  2021-08-07
    - Fixed warnings when using undef variables

0.005  2021-08-04
    - Fixed bug with dereference undefined value (j-waters)

0.004  2021-08-02
    - Added JSON Schema draft7 validator

0.003  2021-08-01
    - Fixed error "eval-group at runtime" in regexp
    - Added JSON Schema draft6 validator

0.002  2021-07-22
    - Fixed bug with import JSON::PP

0.001  2021-07-22
    - First release.