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