All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #34 adds support for PHP 7.1 and 7.2.
- #28 updates the component to generate Swagger 2.2.6 / OpenAPI 2.0 documentation (instead of Swagger 1.3).
- Nothing.
- #34 removes support for HHVM.
- #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.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #27
fixes the
SwaggerUiControllerFactory
to properly use the$container
variable, not the nonexistent$services
variable, when pulling theApiFactory
to inject in the controller.
- #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.
- Nothing.
- #24 removes support for PHP 5.5.
- #21 removes the verbiage "Operation for {Api}" as a default service description from the swagger templates.
- #23 updates the link to the Swagger website to point to the new swagger.io URL.