Skip to content

Releases: marcelthole/openapi-merge

2.3.0

22 Nov 08:01
053f36d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2

06 Aug 10:19
52644cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

02 Aug 10:11
029e754
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2...2.2.1

2.2

24 Jul 14:44
3b739e9
Compare
Choose a tag to compare
2.2

What's Changed

  • Add reference normalize to path parameters on top level by @marcelthole in #52

Full Changelog: 2.1...2.2

2.1

23 Jul 13:35
7d249c8
Compare
Choose a tag to compare
2.1

What's Changed

  • Update infection/infection requirement from ^0.26.21 to ^0.27.9 by @dependabot in #44
  • Update infection/infection requirement from ^0.27.9 to ^0.28.1 by @dependabot in #45
  • Resolve references in response properties by @marcelthole in #46
  • Update infection/infection requirement from ^0.28.1 to ^0.29.6 by @dependabot in #50
  • Normalize more fields by @marcelthole in #51

Full Changelog: 2.0...2.1

2.0

18 Feb 11:52
c9fe020
Compare
Choose a tag to compare
2.0

What's Changed

  • Update openapi core implementation by @marcelthole in #43
  • This will also include a bump of the minimum PHP Version to PHP 8.1

Full Changelog: 1.7.0...2.0

1.7.0

09 Jan 07:48
6450c04
Compare
Choose a tag to compare

What's Changed

  • Merge response and request bodies by @reinfi in #41

Full Changelog: 1.6.0...1.7.0

1.6.0

24 Dec 09:58
c0d0c17
Compare
Choose a tag to compare

Christmas Release with PHP 8.3 Support 🎄 🎁

What's Changed

  • Add merger for Security components in merged path items by @marcelthole in #35
  • Update doctrine/coding-standard requirement from ^11.0.0 to ^12.0.0 by @dependabot in #36
  • allow php 8.3 by @reinfi in #39

New Contributors

Full Changelog: 1.5.1...1.6.0

1.5.1

14 Sep 08:35
3c7c327
Compare
Choose a tag to compare

What's Changed

  • Resolve references to the same file not as external file by @marcelthole in #33

Full Changelog: 1.5...1.5.1

Release 1.5

23 Apr 20:17
28d9548
Compare
Choose a tag to compare
  • add PHP 8.2 support
  • ⚠️ Drops PHP 7.4 Support