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.
include
andexclude
route options now support wildcards (#409)
- Make
router
option case-insensitive (#407)
- Replaced use of
Storage::copy
with PHP'scopy
to work with absolute paths (#404)
- Replaced use of
config_path
with more generic option for better Lumen compatibility (#398)
- Ability to specify examples for body and query parameters (#394)
- Rendering of example requests' descriptions (#393)
- Rendering of query parameters' descriptions (#387)
- Official Lumen support (#382)
@queryParam
annotation (#383)@bodyParam
annotation (#362, #366)@authenticated
annotation (#369)- Ability to override the controller
@group
from the method. (#372) - Ability to use a custom logo (#368)
- Moved from command-line options to a config file (#362)
- Commands have been renamed to the
apidoc
namespace (previouslyapi
). (#350) - The
update
command has been renamed torebuild
and now uses the output path configured in the config file. (#370) @resource
renamed to@group
(#371)- Added more configuration options for response calls (#377)
- FormRequest parsing is no longer supported (#362)