We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following sections are absent in the console output:
The "What's Changed" section formatting is broken. The "Result" title is absent.
This issue was introduced in #544.
Specification: petstore_v2_1.yaml petstore_v2_2.yaml
Diff example: Version: 2.1.0-beta.6
========================================================================== == API CHANGE LOG == ========================================================================== Swagger Petstore -------------------------------------------------------------------------- -- What's New -- -------------------------------------------------------------------------- - GET /pet/{petId} -------------------------------------------------------------------------- -- What's Deleted -- -------------------------------------------------------------------------- - POST /pet/{petId} -------------------------------------------------------------------------- -- What's Deprecated -- -------------------------------------------------------------------------- - GET /user/logout -------------------------------------------------------------------------- -- What's Changed -- -------------------------------------------------------------------------- - DELETE /pet/{petId} Parameter: - Add newHeaderParam in header ... -------------------------------------------------------------------------- -- Result -- -------------------------------------------------------------------------- API changes broke backward compatibility --------------------------------------------------------------------------
Version: 2.1.0-beta.7
========================================================================== == API CHANGE LOG == ========================================================================== Swagger Petstore -------------------------------------------------------------------------- -- What's Changed -- -------------------------------------------------------------------------- Parameter: - Add newHeaderParam in header - DELETE /pet/{petId} ... API changes broke backward compatibility --------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Fix console rendering (#595)
e40b07b
This fixes console rendering: - absence of "What's New", "What's Deleted", "What's Deprecated" sections - Incorrect formatting in "What's Changed" section - absence of "Result" title Closes #594 Refs #544 Co-authored-by: Maksim Kuznetsov <mkuznetsov@natera.com>
TheFreaky
Successfully merging a pull request may close this issue.
The following sections are absent in the console output:
The "What's Changed" section formatting is broken.
The "Result" title is absent.
This issue was introduced in #544.
Specification:
petstore_v2_1.yaml
petstore_v2_2.yaml
Diff example:
Version: 2.1.0-beta.6
Version: 2.1.0-beta.7
The text was updated successfully, but these errors were encountered: