diff
diff copied to clipboard
Diff is a library that compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly information like breaking changes.
**Description** Add support for AsyncAPI v3 **Related issue(s)** https://github.com/asyncapi/diff/issues/154
#### Reason/Context This Issue is used to track changes needed to support AsyncAPI v3. As a code owner, please edit this list of TODO tasks in order to properly track...
#### Reason/Context - **Why we need this improvement?** Since, this library currently supports showing diff in a JSON format. I think it would be good to have more different ways...
#### Reason/Context Please try answering few of those questions - Why we need this improvement? - How will this change help? - What is the motivation? The current `overrides` functionality...
This library currently supports JSON, & YAML output. We need to support HTML output. Check https://github.com/asyncapi/diff/issues/75 ### The format of HTML output The goal is to generate a HTML(or jsx?)...