Skip to content

v4.5.0

Latest
Compare
Choose a tag to compare
@javiertuya javiertuya released this 19 Feb 07:14
· 1 commit to main since this release

OpenAPI schema support:

  • Support transformation of free-form object types #359
  • Support transformation of additionalProperties as an array #360
  • transformation additionalProperties of free form objects (with true or {}) #366

OpenAPI transformations:

  • Handle cyclic references between entities declared in #components/schemas #367
  • Fix nested objects model generation when only entities in paths are selected #361
  • Make OA transformations resilient to non existing entries in the schema #344
  • Option to transform the models containing only the entities referenced in the relevant paths #345
  • Option to generate the model for given selected entities only #368

Resolution of uid/rid:

  • Resolve as uid the attributes of an entity in the form entity_id #346
  • Do not resolve rids that reference non existing entities, fix #352
  • Resolve rids by convention from path parameters #347
  • Review path parameters as reference #365

Mermaid drawing:

  • Option to set direction in mermaid models #343
  • Option to link entities that are in the same operation and path in mermaid diagrams #348
  • Fix drawing of relations of nested objects/arrays #364