Revision history for Perl extension DBIx::Result::Convert::JSONSchema.
0.06 2019-11-06
- Fix bug where DBIx default 'falsey' values were not set on schema
0.05 2019-09-02
- Add option to ignore default value presets
- By default hide minimum values - having 0's on schema as minimums do not make a lot of sense
- Add option to show minimum values from defaults
0.04 2019-08-26
- Fix bug with one constructor arguments
- Add `include_required` argument
- Add `add_schema_properties` for custom schema properties
- Do not add `null` type in JSON schema if the field is set to be required via args
- Use `format` type to validate Date field
0.01 2018-03-29
- original version; created by h2xs 1.23 with options
-AXc -n DBIx::Result::Convert::JSONSchema