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