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

zf-apigility-documentation 1.3.0

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

Added

  • #69 adds support for PHP 7.1 and 7.2.

  • #59 adds the ability to specify examples for fields.

Changed

  • #62 updates the ZF\Apigility\Documentation\Controller to accept a BasePath
    view helper as a construction aregument; this is then used to prefix any generated links with
    the currently detected/configured base path to the application.

Deprecated

  • Nothing.

Removed

  • #69 removes support for HHVM.

Fixed

  • #59 provides a fix to configuration detection that removes an emitted
    notice when no zf-rpc and/or no zf-rest configuration is present.

  • #59 fixes the "api" route parameter constraint to accept % characters, which
    are often present when multi-segment namespaces are used for a given API name.