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-ToJSON

0.07  2017-01-27
        - Fix deep recursion on self referential JSON schemas

0.06  2017-01-27
        - Add support for anyOf, allOf, oneOf, and not (with Caveats, see perldoc)
        - Improve randomness of generated date-time and uri strings
        - Remove EXPERIMENTAL status

0.05  2017-01-26
        - Fix perldoc

0.04  2017-01-26
        - Add support for formats in string generation
        - Fix some sizing/length edge cases

0.03  2017-01-26
        - Add example_key attribute

0.02  2017-01-25
        - Fix resolving of all $ref by delegating to JSON::Validator

0.01  2017-01-25
        - First EXPERIMENTAL release