Skip to content

OpenAPI 3.1.0 and separate Attribute namespace

Compare
Choose a tag to compare
@DerManoMann DerManoMann released this 27 Dec 21:25
· 294 commits to master since this release
faafa35

Main feature is a switch to OpenAPI 3.1.0 wih support for summary/description next to $ref.

Another change is to move attributes into their own namespace OpenAPI\Attributes which solves warnings from
static analysers and does make the code more maintainable.

Finally. named arguments for attributes extending from Schema have been clean up and updated.

What's Changed

Full Changelog: 4.0.5...4.1.0