Releases: nelmio/NelmioApiDocBundle
Releases · nelmio/NelmioApiDocBundle
2.5.2 (2014-05-16)
- Fixed: only show sandbox config if enabled
- Fixed:
ValidatorParser
in Symfony 2.5 - Fixed: parse of input forms with options required
- Fixed: Form Parser improvements for date, datetime & choice form types (format & types)
2.5.1 (2014-03-12)
- 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)
- 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)
- 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