Skip to content

Releases: WakeOnWeb/swagger

1.0.4

02 Oct 13:37
Compare
Choose a tag to compare

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

18 Aug 09:37
Compare
Choose a tag to compare
[+++][FIX][HipChat]

HipChat is a bitch...

1.0.2

18 Aug 09:04
Compare
Choose a tag to compare
[+++][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

06 Jun 13:52
Compare
Choose a tag to compare
[+][ADD][PHPUnit] Add a SwaggerValidatorTrait to help for the integra…