Releases: goldspecdigital/oooas
Releases · goldspecdigital/oooas
v2.10.0
20 Jul 09:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
#55 - Add ReturnTypeWillChange attributes and add workflows for PHP 8.0 and PHP 8.1.
v2.8.2
23 Dec 12:07
Compare
Sorry, something went wrong.
No results found
Changed
Build pipeline switched from Travis CI to GitHub Actions.
v2.8.1
07 Apr 11:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Added validate() method to OpenApi object.
v2.7.1
18 Nov 16:35
Compare
Sorry, something went wrong.
No results found
Fixed
Callbacks now correctly output when converting to array/JSON.
v2.7.0
18 Nov 11:14
Compare
Sorry, something went wrong.
No results found
Added
Callbacks are now supported in the Components object.
v2.6.0
14 Nov 19:44
Compare
Sorry, something went wrong.
No results found
Added
Callbacks are now supported in the Operation object.
v2.5.0
14 Nov 00:12
Compare
Sorry, something went wrong.
No results found
Added
Added support for specification extensions (^x-).
v2.4.2
18 Jul 22:09
Compare
Sorry, something went wrong.
No results found
Fixed
Thrown exceptions now have meaningful messages to help when debugging.