Skip to content

Releases: goldspecdigital/oooas

v2.10.0

20 Jul 09:58
072f8d9

Choose a tag to compare

Changed

  • #57 - The Schema::properties() method now accepts SchemaContract instances.

Fixed

  • #57 - CI pipeline fixed (dev dependencies updated to the latest version).

v2.9.0

30 Jun 14:13
2b18a2b

Choose a tag to compare

Added

  • #55 - Add ReturnTypeWillChange attributes and add workflows for PHP 8.0 and PHP 8.1.

v2.8.2

23 Dec 12:07
b5c48ce

Choose a tag to compare

Changed

  • Build pipeline switched from Travis CI to GitHub Actions.

v2.8.1

07 Apr 11:19
5e5e58a

Choose a tag to compare

Changed

  • Methods that returned $this now have their DocBlock updated to @return static for better IDE handling in client code that extends these classes.

v2.8.0

06 Dec 14:48

Choose a tag to compare

Added

  • Added validate() method to OpenApi object.

v2.7.1

18 Nov 16:35

Choose a tag to compare

Fixed

  • Callbacks now correctly output when converting to array/JSON.

v2.7.0

18 Nov 11:14

Choose a tag to compare

Added

  • Callbacks are now supported in the Components object.

v2.6.0

14 Nov 19:44

Choose a tag to compare

Added

  • Callbacks are now supported in the Operation object.

v2.5.0

14 Nov 00:12
bd5f660

Choose a tag to compare

Added

  • Added support for specification extensions (^x-).

v2.4.2

18 Jul 22:09
d1cb1cf

Choose a tag to compare

Fixed

  • Thrown exceptions now have meaningful messages to help when debugging.