Releases: WakeOnWeb/swagger
Releases · WakeOnWeb/swagger
1.0.4
Fix an issue that prevent the validation of requests due to an iteration over the ParametersChain
instead of the collection generated by ParametersChain::getParameters
.
1.0.3
[+++][FIX][HipChat]
HipChat is a bitch...
1.0.2
[+++][FIX][Validator] Fix an issue with Symfony 3.3
Symfony 3.3 remove the Content-Type and Content-Length headers when the status code is 204 or 304 or in the informational range (1xx). This commit handle those cases.
1.0.1
[+][ADD][PHPUnit] Add a SwaggerValidatorTrait to help for the integra…