Skip to content

Releases: barchart/documentation-generator

v3.3.2

09 Apr 20:02
df5c4e6
Compare
Choose a tag to compare

Technical Enhancements

  • Updated dependencies implicitly.

Bug Fixes

  • Corrected inability to run on Node.js versions above 14.

v3.3.1

21 Mar 11:11
Compare
Choose a tag to compare

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

01 Mar 11:16
Compare
Choose a tag to compare

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

07 Jul 11:52
Compare
Choose a tag to compare

Bug Fixes

  • Fixed documentation generate command for Windows operating systems.

v3.2.2

01 Jul 13:13
Compare
Choose a tag to compare

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

15 Jun 09:12
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug in OpenAPI when the array type was set for a schema with $ref.

v3.2.0

03 Jun 11:00
Compare
Choose a tag to compare

New Features

  • Added support of oneOf, anyOf, and allOf properties of OpenAPI specification.

v3.1.0

12 May 11:32
Compare
Choose a tag to compare

New Features

  • Added a possibility to provide a path to the folder with release notes.
  • Added flag -r for generate 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

30 Apr 09:11
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where the File and Import sections were ignored when generating JSDocs documentation.

v3.0.5

05 Apr 08:59
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug due to which HTML tags in OpenAPI description fields were forced to lower case.