Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 1.02 KB

CHANGELOG

3.2.0 (unreleased)

  • Add a documentation form extension. Use the documentation option to define how a form field is documented.
  • Allow references to config definitions in controllers.

3.1.0 (2017-01-28)

  • Added Symfony Validator constraints support

Symfony Forms

  • Support for boolean checkbox
  • Support for integer

JMS Serializer

  • Support JMS int (alias for integer)
  • Also process phpdoc annotations

SwaggerPHP

  • Handle enum and default properties from SwaggerPHP annotation
  • Support @Security annotations

Config

  • nelmio_api_doc.routes has been replaced by nelmio_api_doc.areas. Please update your config accordingly.

    Before:

    nelmio_api_doc:
        routes: [ path_patterns: [ /api ] ]

    After:

    nelmio_api_doc:
        areas: [ path_patterns: [ /api ] ]

3.0.0 (2017-12-10)

Large refactoring introducing zircote/swagger-php for swagger annotations.

See UPGRADE-3.0.md for upgrading instructions.