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

0.20  2022-03-18
        - Disable $ref tests - broken by JSON::Validtor v5.0 (#9)

0.19  2021-04-06
        - Remove reursion tests - this is now handled upstream (#8)

0.18  2020-08-04
        - Tweak docs to demonstrate faking larger schemas (#7)

0.17  2020-03-02
        - Bring up to date with recent JSON::Validator changes (#6)

0.16  2019-02-01
        - Use Data::Fake for better string data (GH #4)

0.15  2018-06-04
        - Add script jsonschema2json to MANIFEST

0.14  2018-05-15
        - Add script jsonschema2json for trivial use

0.13  2018-01-01
        - Fix tests broken by more updates in JSON::Validator

0.12  2017-09-12
        - Fix tests broken by updates in JSON::Validator (GH #3)

0.11  2017-05-18
        - Update generic emulator for changes in Mojolicious::Plugin::OpenAPI

0.10  2017-03-08
        - Fix tests for recent version of JSON::Validator

0.09  2017-01-30
        - Fix generic emulator for Mojolicious::Plugin::OpenAPI usage

0.08  2017-01-30
        - Add deep recursion and generic emulator to dist

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