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

Latest commit

 

History

History
101 lines (58 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 2.32 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.3.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.0 - 2018-05-07

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.

1.2.1 - 2016-10-11

Added

  • Nothing.

Changed

  • 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.

1.2.0 - 2016-07-14

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.