The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for JSON-Schema-Tiny

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.