|
@@ -14,20 +14,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
### Removed
|
|
|
|
|
|
|
|
|
-## [3.0] - unreleased
|
|
|
+## [3.0] - Sunday, 21 October 2018
|
|
|
### Added
|
|
|
- Official Lumen support (https://github.com/mpociot/laravel-apidoc-generator/pull/382)
|
|
|
- `@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)
|
|
|
- Ability to override the controller `@group` from the method. (https://github.com/mpociot/laravel-apidoc-generator/pull/372)
|
|
|
+- Ability to use a custom logo (https://github.com/mpociot/laravel-apidoc-generator/pull/368)
|
|
|
|
|
|
### Changed
|
|
|
- Moved from command-line options to a config file (https://github.com/mpociot/laravel-apidoc-generator/pull/362)
|
|
|
- Commands have been renamed to the `apidoc` namespace (previously `api`). (https://github.com/mpociot/laravel-apidoc-generator/pull/350)
|
|
|
- The `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)
|
|
|
+- Added more configuration options for response calls (https://github.com/mpociot/laravel-apidoc-generator/pull/377)
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
### Removed
|
|
|
+- FormRequest parsing is no longer supported (https://github.com/mpociot/laravel-apidoc-generator/pull/362)
|