Skip to content

Releases: Netcracker/qubership-apihub-api-diff

2.4.0

23 Oct 08:04

Choose a tag to compare

Features and improvements

  • feat: nullable in OAS 3.0 is equivalent to union with null type in 3.1 by @makeev-pavel in #42

Bug fixes and refactoring

  • fix: missing enum breaking diff in oneOf combiner in merged document by @makeev-pavel in #41

Dependency changes

Full Changelog: 2.3.0...2.4.0

2.3.0

29 Sep 09:31

Choose a tag to compare

Features and improvements

  • feat: support for reusable pathItems definitions in components for OAS 3.1 by @makeev-pavel in #30

Bug fixes and refactoring

  • fix: add compatibility suite tests for $ref sibling properties in JSON schema by @makeev-pavel in #35

Dependency changes

Full Changelog: 2.2.0...2.3.0

2.2.0

29 Aug 16:24

Choose a tag to compare

Features and improvements

  • feat: allow comparing OAS 3.0 to 3.1 by @b41ex in #31

Bug fixes

  • fix: add compatibility suite tests for description and summary override via Reference Object for OAS 3.1 by @makeev-pavel in #26
  • chore: common workflows by @alagishev in #32
  • chore: disable more TS checks in super-linter by @alagishev in #33

Dependency changes

Full Changelog: 2.1.2...2.2.0

2.1.2

15 Jul 15:46

Choose a tag to compare

Features and improvements

  • feat: add compatibility suite tests for OAS 3.1 by @makeev-pavel in #22
  • feat: add compatibility suite tests for setting default values for attributes for additional cases by @b41ex in #23
  • refactor: rearrange rules to follow consistent order by @b41ex in #25

Dependency changes

Full Changelog: 2.0.2...2.1.2

2.0.2

01 Jul 14:05

Choose a tag to compare

Dependency changes

Full Changelog: 2.0.1...2.0.2

2.0.1

06 Jun 13:36

Choose a tag to compare

Bug fixes

  • fix: correctly map several media types which are the same in before/after but has wildcards by @b41ex in #19

Full Changelog: 2.0.0...2.0.1

2.0.0

07 May 12:50

Choose a tag to compare

Breaking changes

Features and improvements

  • Adapted to new npm-gitflow version by @b41ex in #13

Dependency changes

Full Changelog: 1.1.0...2.0.0

1.1.0

10 Apr 10:05

Choose a tag to compare

Features and improvements

  • classify path param name change as annotation #9
  • classify add-enum-value and remove-enum in response as semiBreaking #8