Skip to content

Releases: nelmio/NelmioApiDocBundle

2.5.1 (2014-03-12)

12 Mar 13:49
Compare
Choose a tag to compare
  • Fixed: sandbox should not be disabled in https whenever a method is not marked as https explictly
  • Fixed: modified RequestListenerTest so it does not use the Crawler, that currently does not work with HHVM
  • Fixed: replace deprecated fork of dflydev's mardown library with the original one provided by Michel Fortin

Also, the bundle is now tested against PHP 5.6 and HHVM on Travis-CI.

2.5.0 (2014-02-11)

11 Feb 15:46
Compare
Choose a tag to compare
  • Added: exclude_envs to ApiDoc annotation to exclude the documentation from the specified environments
  • Fixed: fix https option
  • Fixed: null host value in layout.html.twig
  • Fixed: null secure value in method.html.twig
  • Fixed: don't try to call class with custom handlers
  • Fixed: typo in index.md documentation
  • Fixed: HTTPS detection

2.4.0 (2013-11-14)

14 Nov 14:04
Compare
Choose a tag to compare
  • Added: not blank format validation
  • Added: CONTRIBUTING file
  • Added: support "callback" on Choice Validator
  • Added: support for embedded forms
  • Added: option to set requirements and parameters directly from ApiDoc annotation
  • Added: showing default values in sandbox
  • Added: XML namespace and XSD
  • Added: support for host in sandbox
  • Changed: Composer minimum stability is not 'dev' anymore
  • Changed: Move doc to its own folder
  • Changed: move LICENSE to meta folder
  • Changed: Requirements fields: requirement, dataType and description can be optional
  • Changed: make form and validation extractors optional
  • Fixed: tests + travis-ci config
  • Fixed: set format according to Date, DateTime and Time annotations
  • Fixed: incompatibility with Symfony2 2.1
  • Fixed: keep order of loaders, fixes #265 build
  • Fixed: issue #259