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

0.011     2021-10-22 22:08:02Z
          - update acceptance tests for Test::JSON::Schema::Acceptance 1.013

0.010     2021-09-11 23:09:29Z
          - skip some regex tests when Unicode library is too old for those
            character classes being tested

0.009     2021-08-05 03:51:04Z
          - skip acceptance test for integer overflow when nvsize is too
            large to produce the expected error

0.008     2021-08-03 03:50:09Z
          - better handling of blessed data types and other references
          - support for specification versions draft7 and draft2020-12,
            through the "$schema" keyword and the new $SPECIFICATION_VERSION
            variable

0.007     2021-07-22 05:20:31Z
          - add incomplete prereq declaration for Mojo::URL
          - skip acceptance test for integer overflow when nvsize is too
            large to produce the expected error
          - fix parsing of $recursiveAnchor in inner scope
          - the $MOJO_BOOLEANS option is now $SCALARREF_BOOLEANS (all JSON
            backends support them, not just Mojo::JSON)

0.006     2021-06-06 18:20:19Z
          - properly update initial_schema_uri in the state object while passing
            through $id keywords, to keep error locations accurate

0.005     2021-06-05 17:56:50Z
          - errors are no longer generated on the presence of unsupported
            keywords from other draft specification versions
          - now checking syntax for the keywords: $id, $anchor,
            $recursiveAnchor, $vocabulary, $comment

0.004     2021-05-21 05:03:42Z
          - new optional OO interface for options, as an alternative to global
            variables

0.003     2021-05-15 18:17:16Z
          - fixed error strings used for failing "dependentRequired"
          - keywords in the applicator vocabulary are now applied before the
            keywords in the validation vocabulary (true/false results are not
            affected, but the order of annotations and errors will change)

0.002     2021-04-08 23:46:59Z
          - new config option $MOJO_BOOLEANS, which will treat \0, \1 in data
            as json booleans

0.001     2021-03-30 05:39:59Z
          - Initial release.