Skip to content
New issue

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

chore(release): v0.4.1 #134

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ AsyncDiff is a library that compares two AsyncAPI files and provides information

<!-- toc -->

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Standard object](#standard-object)
- [Overriding the standard](#overriding-the-standard)
* [Overriding the standard](#overriding-the-standard)
- [Example](#example)
- [Output](#output)
- [API](#api)
- [Develop](#develop)
- [Contributing](#contributing)
- [Contributors](#contributors)

<!-- tocstop -->

Expand Down
16 changes: 8 additions & 8 deletions docs/classes/asyncapidiff.AsyncAPIDiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Implements methods to deal with diff output.

#### Defined in

[asyncapidiff.ts:23](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L23)
[asyncapidiff.ts:23](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L23)

## Properties

Expand All @@ -52,7 +52,7 @@ Implements methods to deal with diff output.

#### Defined in

[asyncapidiff.ts:21](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L21)
[asyncapidiff.ts:21](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L21)

___

Expand All @@ -62,7 +62,7 @@ ___

#### Defined in

[asyncapidiff.ts:19](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L19)
[asyncapidiff.ts:19](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L19)

___

Expand All @@ -72,7 +72,7 @@ ___

#### Defined in

[asyncapidiff.ts:20](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L20)
[asyncapidiff.ts:20](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L20)

## Methods

Expand All @@ -88,7 +88,7 @@ All the breaking changes

#### Defined in

[asyncapidiff.ts:33](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L33)
[asyncapidiff.ts:33](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L33)

___

Expand All @@ -104,7 +104,7 @@ The full output

#### Defined in

[asyncapidiff.ts:66](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L66)
[asyncapidiff.ts:66](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L66)

___

Expand All @@ -120,7 +120,7 @@ All the non-breaking changes

#### Defined in

[asyncapidiff.ts:44](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L44)
[asyncapidiff.ts:44](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L44)

___

Expand All @@ -136,4 +136,4 @@ All the unclassified changes

#### Defined in

[asyncapidiff.ts:55](https://github.com/asyncapi/diff/blob/218aa5e/src/asyncapidiff.ts#L55)
[asyncapidiff.ts:55](https://github.com/asyncapi/diff/blob/867b9b4/src/asyncapidiff.ts#L55)
4 changes: 2 additions & 2 deletions docs/interfaces/index.AsyncAPIDiffOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#### Defined in

[types.ts:72](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L72)
[types.ts:72](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L72)

___

Expand All @@ -29,4 +29,4 @@ ___

#### Defined in

[types.ts:71](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L71)
[types.ts:71](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L71)
4 changes: 2 additions & 2 deletions docs/interfaces/index.ChangeMarkdownGenerationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#### Defined in

[types.ts:60](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L60)
[types.ts:60](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L60)

___

Expand All @@ -36,4 +36,4 @@ ___

#### Defined in

[types.ts:61](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L61)
[types.ts:61](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L61)
6 changes: 3 additions & 3 deletions docs/interfaces/index.Classifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#### Defined in

[types.ts:14](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L14)
[types.ts:14](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L14)

___

Expand All @@ -30,7 +30,7 @@ ___

#### Defined in

[types.ts:16](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L16)
[types.ts:16](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L16)

___

Expand All @@ -40,4 +40,4 @@ ___

#### Defined in

[types.ts:15](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L15)
[types.ts:15](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L15)
6 changes: 3 additions & 3 deletions docs/interfaces/index.Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#### Defined in

[types.ts:78](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L78)
[types.ts:78](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L78)

___

Expand All @@ -30,7 +30,7 @@ ___

#### Defined in

[types.ts:77](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L77)
[types.ts:77](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L77)

___

Expand All @@ -40,4 +40,4 @@ ___

#### Defined in

[types.ts:76](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L76)
[types.ts:76](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L76)
10 changes: 5 additions & 5 deletions docs/interfaces/index.DiffOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#### Defined in

[types.ts:20](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L20)
[types.ts:20](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L20)

___

Expand All @@ -32,7 +32,7 @@ ___

#### Defined in

[types.ts:24](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L24)
[types.ts:24](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L24)

___

Expand All @@ -42,7 +42,7 @@ ___

#### Defined in

[types.ts:23](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L23)
[types.ts:23](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L23)

___

Expand All @@ -52,7 +52,7 @@ ___

#### Defined in

[types.ts:22](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L22)
[types.ts:22](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L22)

___

Expand All @@ -62,4 +62,4 @@ ___

#### Defined in

[types.ts:21](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L21)
[types.ts:21](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L21)
6 changes: 3 additions & 3 deletions docs/interfaces/index.FormatterConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#### Defined in

[types.ts:54](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L54)
[types.ts:54](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L54)

___

Expand All @@ -36,7 +36,7 @@ ___

#### Defined in

[types.ts:56](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L56)
[types.ts:56](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L56)

___

Expand All @@ -46,4 +46,4 @@ ___

#### Defined in

[types.ts:55](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L55)
[types.ts:55](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L55)
2 changes: 1 addition & 1 deletion docs/interfaces/index.JSONOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

#### Defined in

[types.ts:34](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L34)
[types.ts:34](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L34)
6 changes: 3 additions & 3 deletions docs/interfaces/index.MarkdownDropdownGenerationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#### Defined in

[types.ts:66](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L66)
[types.ts:66](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L66)

___

Expand All @@ -36,7 +36,7 @@ ___

#### Defined in

[types.ts:65](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L65)
[types.ts:65](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L65)

___

Expand All @@ -46,4 +46,4 @@ ___

#### Defined in

[types.ts:67](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L67)
[types.ts:67](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L67)
22 changes: 11 additions & 11 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#### Defined in

[types.ts:6](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L6)
[types.ts:6](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L6)

___

Expand All @@ -51,7 +51,7 @@ ___

#### Defined in

[types.ts:8](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L8)
[types.ts:8](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L8)

___

Expand All @@ -61,7 +61,7 @@ ___

#### Defined in

[types.ts:31](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L31)
[types.ts:31](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L31)

___

Expand All @@ -71,7 +71,7 @@ ___

#### Defined in

[types.ts:27](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L27)
[types.ts:27](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L27)

___

Expand All @@ -81,7 +81,7 @@ ___

#### Defined in

[types.ts:51](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L51)
[types.ts:51](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L51)

___

Expand All @@ -91,7 +91,7 @@ ___

#### Defined in

[types.ts:37](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L37)
[types.ts:37](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L37)

___

Expand All @@ -101,7 +101,7 @@ ___

#### Defined in

[types.ts:49](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L49)
[types.ts:49](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L49)

___

Expand All @@ -111,7 +111,7 @@ ___

#### Defined in

[types.ts:47](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L47)
[types.ts:47](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L47)

___

Expand All @@ -121,7 +121,7 @@ ___

#### Defined in

[types.ts:41](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L41)
[types.ts:41](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L41)

___

Expand All @@ -131,7 +131,7 @@ ___

#### Defined in

[types.ts:39](https://github.com/asyncapi/diff/blob/218aa5e/src/types.ts#L39)
[types.ts:39](https://github.com/asyncapi/diff/blob/867b9b4/src/types.ts#L39)

## Functions

Expand Down Expand Up @@ -171,4 +171,4 @@ The diff data

#### Defined in

[main.ts:31](https://github.com/asyncapi/diff/blob/218aa5e/src/main.ts#L31)
[main.ts:31](https://github.com/asyncapi/diff/blob/867b9b4/src/main.ts#L31)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/diff",
"version": "0.4.0",
"version": "0.4.1",
"description": "AsyncDiff is a library which compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly informations like breaking changes.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
Loading