Skip to content

Releases: tigron/skeleton-application-api

add support for deprecated media types

21 Feb 10:28
ae404b7
Compare
Choose a tag to compare

add support for deprecated media types

v4.0.3

19 Feb 17:48
46d5c8c
Compare
Choose a tag to compare

add support for deprecated media types

v4.0.2

19 Feb 17:16
Compare
Choose a tag to compare

Don't depend on skeleton-application-web for the openapi documentation

v4.0.1

05 Sep 20:23
Compare
Choose a tag to compare

add 'default' property for media_type

v3.0.4

05 Sep 20:43
Compare
Choose a tag to compare

add media type 'default' property

v4.0.0

02 Sep 11:43
1e41ec7
Compare
Choose a tag to compare
Merge pull request #2 from tigron/feature/typehints

Add type hints, improve quality

v3.0.3

11 Jun 13:01
Compare
Choose a tag to compare

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
Choose a tag to compare

Check parent class before using is_callable + remove return type mixed

v3.0.1

26 Mar 13:59
Compare
Choose a tag to compare

PHP8 compatibility: Mixed is a reserved word

v3.0.0

27 Sep 11:22
Compare
Choose a tag to compare

Features

  • Type hinting in traits