Releases: goldspecdigital/oooas
Releases · goldspecdigital/oooas
v2.10.0
v2.9.0
v2.8.2
Changed
- Build pipeline switched from Travis CI to GitHub Actions.
v2.8.1
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
Added
- Added
validate()
method toOpenApi
object.
v2.7.1
Fixed
- Callbacks now correctly output when converting to array/JSON.
v2.7.0
Added
- Callbacks are now supported in the
Components
object.
v2.6.0
Added
- Callbacks are now supported in the
Operation
object.
v2.5.0
Added
- Added support for specification extensions (
^x-
).
v2.4.2
Fixed
- Thrown exceptions now have meaningful messages to help when debugging.