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

zf-apigility-documentation-swagger 1.3.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 May 17:17
· 4 commits to master since this release

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.