All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
config_path
with more generic option for better Lumen compatibility (https://github.com/mpociot/laravel-apidoc-generator/pull/398)Ability to specify examples for body and query parameters (https://github.com/mpociot/laravel-apidoc-generator/pull/394)
Rendering of example requests' descriptions (https://github.com/mpociot/laravel-apidoc-generator/pull/393)
@queryParam
annotation (https://github.com/mpociot/laravel-apidoc-generator/pull/383)@bodyParam
annotation (https://github.com/mpociot/laravel-apidoc-generator/pull/362, https://github.com/mpociot/laravel-apidoc-generator/pull/366)@authenticated
annotation (https://github.com/mpociot/laravel-apidoc-generator/pull/369)@group
from the method. (https://github.com/mpociot/laravel-apidoc-generator/pull/372)apidoc
namespace (previously api
). (https://github.com/mpociot/laravel-apidoc-generator/pull/350)update
command has been renamed to rebuild
and now uses the output path configured in the config file. (https://github.com/mpociot/laravel-apidoc-generator/pull/370)@resource
renamed to @group
(https://github.com/mpociot/laravel-apidoc-generator/pull/371)