@asyncapi/diff / asyncapidiff / AsyncAPIDiff
asyncapidiff.AsyncAPIDiff
Implements methods to deal with diff output.
returns AsyncAPIDiff
• new AsyncAPIDiff(output, options)
| Name | Type |
|---|---|
output |
string |
options |
AsyncAPIDiffOptions |
• Private markdownSubtype: MarkdownSubtype
• Private output: JSONOutput
• Private outputType: OutputType
▸ breaking(): Changes
All the breaking changes
▸ getOutput(): Output
The full output
▸ nonBreaking(): Changes
All the non-breaking changes
▸ unclassified(): Changes
All the unclassified changes