Releases: barchart/documentation-generator
Releases · barchart/documentation-generator
v3.3.2
v3.3.1
Bug Fixes
- Fixed a bug in the OpenAPI generator that led to broken URLs for responses or requests with
oneOf
,anyOf
,allOf
fields.
v3.3.0
New Features
- Added new flag to ignore OpenAPI optional fields in examples.
- Added support of Enum for OpenAPI components.
Bug Fixes
- Fixed a bug in the OpenAPI generator that led to the empty
required
property for fields with references to other components.
v3.2.3
Bug Fixes
- Fixed
documentation generate
command for Windows operating systems.
v3.2.2
Bug Fixes
- Fixed
documentation init
command for Windows operating systems. - Updated OpenAPI document generation logic to include an "Example" section when responses are not JSON.
v3.2.1
Bug Fixes
- Fixed a bug in OpenAPI when the array type was set for a schema with
$ref
.
v3.2.0
New Features
- Added support of
oneOf
,anyOf
, andallOf
properties of OpenAPI specification.
v3.1.0
New Features
- Added a possibility to provide a path to the folder with release notes.
- Added flag
-r
forgenerate
command to provide a path to the folder with release notes. - Added
cache
command to manage the cached path for current project.
v3.0.6
Bug Fixes
- Fixed a bug where the File and Import sections were ignored when generating JSDocs documentation.
v3.0.5
Bug Fixes
- Fixed a bug due to which HTML tags in OpenAPI description fields were forced to lower case.