OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
780 stars 153 forks source link

Adding Asciidoc Render #569

Closed nbiastaunton closed 6 months ago

nbiastaunton commented 9 months ago

Documented Output:

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
- PUT    /pet
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible

Current output (with bug):

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible
- PUT    /pet

Fixed Output:

--------------------------------------------------------------------------
--                            What's Changed                            --
--------------------------------------------------------------------------
- PUT    /pet
  Request:
        - Deleted application/xml
        - Changed application/json
          Schema: Backward compatible