Releases: okitan/json_schema-faker
Releases · okitan/json_schema-faker
v0.5.2
- 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
v0.4.0
- ADDED
- Greedy strategy to use properties as much as possible (suitable to response generation)
v0.1.1
- IMPROVEMENT
- refactor and improve generation