- Fixed
- #18
- Fixed
- #16
- Fixed
- hint-example descending
- Added
- support of default faker against format
- support for copying format in take_logical_and_of_schema
- Added
- support of schema dependency for JsonSchema::Faker::Strategy::Simple
- validate default and return only if valid
- Fixed
- fixes bug of disruption in JsonSchema::Faker::Util.take_logical_and_of_schema
- fixes bug of not merged in JsonSchema::Faker::Strategy::Simple#compact_schema
- Added
- support for copying pattern in take_logical_and_of_schema
- Added
- ::JsonSchema::Faker::Util. utility for json_schema
- Removed
- ::JsonSchema::Faker::Strategy::Simple.merge_schema! is removed. use ::JsonSchema::Faker::Util.take_logical_and_of_schema instead.
- Added
- Greedy strategy to use properties as much as possible (suitable to response generation)
- Added
- can add faker to format
- Added
- support example as hint
- Added
- refactor and improve generation
- initial release