Releases: tigron/skeleton-application-api
Releases · tigron/skeleton-application-api
v4.0.5
18 Sep 12:24
Compare
Sorry, something went wrong.
No results found
Added the possibility to set the content_type with: get_openapi_content_type()
Made it possible to alter the response of the component with: output_openapi_component_info()
v4.0.4
26 Mar 14:42
Compare
Sorry, something went wrong.
No results found
fix swagger ui css and javascript url
update swagger ui to latest version
add support for deprecated media types
21 Feb 10:28
Compare
Sorry, something went wrong.
No results found
add support for deprecated media types
v4.0.3
19 Feb 17:48
Compare
Sorry, something went wrong.
No results found
add support for deprecated media types
v4.0.2
19 Feb 17:16
Compare
Sorry, something went wrong.
No results found
Don't depend on skeleton-application-web for the openapi documentation
v4.0.1
05 Sep 20:23
Compare
Sorry, something went wrong.
No results found
add 'default' property for media_type
v3.0.4
05 Sep 20:43
Compare
Sorry, something went wrong.
No results found
add media type 'default' property
v4.0.0
02 Sep 11:43
Compare
Sorry, something went wrong.
No results found
Merge pull request #2 from tigron/feature/typehints
Add type hints, improve quality
v3.0.3
11 Jun 13:01
Compare
Sorry, something went wrong.
No results found
bugfix in route calculation: route should take into account the endpoint basename, not _get_name(), which is used to determine the tag.
v3.0.2
10 Apr 11:31
Compare
Sorry, something went wrong.
No results found
Check parent class before using is_callable + remove return type mixed