Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Releases: rygilles/laravel-openapi-schema-generator

Handle file type parameter in POST,PATCH,PUT routes

28 Sep 10:22

Choose a tag to compare

Set multipart/form-data on POST,PATCH,PUT requests when image or file validation rule is detected on at least one parameter of the query.
Also set mediaType schema type to object.

Fix to handle unknow schema type

27 Sep 13:03

Choose a tag to compare

  • Ignore parameter definition of unknow type
  • Log unknow type warnings

Fix on getValidationRulesSchemaRequired array generation

18 Jul 08:39

Choose a tag to compare

Major bug fix on post/put requestBody "required" field value generation.

OpenApiResponseExceptedHTTPCode feature and default code fix for PUT and PATCH

26 Feb 13:54
08c6550

Choose a tag to compare

New feature :

@OpenApiResponseExceptedHTTPCode tag allows you to specify the excepted HTTP response code.

Fix :

Default behavior for excepted HTTP resonse code :
200 instead of 201 for PUT and PATCH HTTP methods now.

PHP 7.2 compatibility

13 Feb 09:03
e1191ac

Choose a tag to compare

OpenApi "Object" specification class renamed to "BaseObject" according to PHP 7.2 reserved words policy.

rygilles/laravel-api-boilerplate#1

First dev release

20 Sep 08:35

Choose a tag to compare