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.
urlencoded
in Postman collection (https://github.com/mpociot/laravel-apidoc-generator/pull/418)@responseFile
strategy now properly renders responses (https://github.com/mpociot/laravel-apidoc-generator/pull/427)ResponseFileStrategy
to retrieve responses from files. (https://github.com/mpociot/laravel-apidoc-generator/pull/410)jQuery
to fetch
in JavaScript examples. (https://github.com/mpociot/laravel-apidoc-generator/pull/411)include
and exclude
route options now support wildcards (https://github.com/mpociot/laravel-apidoc-generator/pull/409)router
option case-insensitive (https://github.com/mpociot/laravel-apidoc-generator/pull/407)Storage::copy
with PHP's copy
to work with absolute paths (https://github.com/mpociot/laravel-apidoc-generator/pull/404)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)