Releases: hackolade/OpenAPI
Releases · hackolade/OpenAPI
v0.2.3
v0.2.2
added possibility to create model-driven API schema components or definitions without a template, and choose the target version
removed from persistence default options changed by user
removed from persistence default options changed by user
added requestBody only for request that allow it
added requestBody only for request that allow it
added requestBody for delete method in OAS 3.1+. While permitted, the spec advises to avoid it, given lack of precise semantics.
added requestBody for delete method in OAS 3.1+. While permitted, the spec advises to avoid it, given lack of precise semantics.
Limit forward-engineering of examples schema property to OAS 3.1.0+
Limit forward-engineering of examples schema property to OAS 3.1.0+
adjusted generation of example property in sample JSON data
adjusted generation of example property in sample JSON data
ixed generation of OAS 3.1 examples property when data type is other than string
ixed generation of OAS 3.1 examples property when data type is other than string
Capitalized "choice" fieldName for consistency
0.1.68 Capitalized "choice" fieldName for consistency
removed restriction to replace schema with component reference when derived from polyglot
0.1.67 removed restriction to replace schema with component reference when d…