Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-apigility-documentation-swagger

zf-apigility-documentation-swagger 1.3.0

07 May 17:17
Compare
Choose a tag to compare

Added

  • #34 adds support for PHP 7.1 and 7.2.

Changed

  • #28 updates the component to generate Swagger 2.2.6 / OpenAPI 2.0 documentation (instead of Swagger 1.3).

Deprecated

  • Nothing.

Removed

  • #34 removes support for HHVM.

Fixed

  • #29 fixes an issue that occurs when a field definition in an input filter
    is not a Field instance; these are now skipped when generating field documentation.

zf-apigility-documentation-swagger 1.2.1

11 Oct 18:15
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #27 fixes the SwaggerUiControllerFactory to properly use the $container variable, not the nonexistent $services variable, when pulling the ApiFactory to inject in the controller.

zf-apigility-documentation-swagger 1.2.0

14 Jul 19:03
Compare
Choose a tag to compare

Added

  • #24 adds support for v3 releases of Zend Framework components, keeping compatibility for v2 releases.
  • #14 and #19 add support for retrieving the field type as both the type and dataType.

Deprecated

  • Nothing.

Removed

  • #24 removes support for PHP 5.5.
  • #21 removes the verbiage "Operation for {Api}" as a default service description from the swagger templates.

Fixed

  • #23 updates the link to the Swagger website to point to the new swagger.io URL.