Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 2.89 KB

Changelog

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.

Unreleased

Added

Changed

Fixed

Removed

[3.0.6] - Saturday, 24 November 2018

Added

  • include and exclude route options now support wildcards (#409)

[3.0.5] - Thursday, 15 November 2018

Fixed

  • Make router option case-insensitive (#407)

[3.0.4] - Wednesday, 7 November 2018

Fixed

  • Replaced use of Storage::copy with PHP's copy to work with absolute paths (#404)

[3.0.3] - Friday, 2 November 2018

Fixed

  • Replaced use of config_path with more generic option for better Lumen compatibility (#398)

[3.0.2] - Friday, 26 October 2018

Added

  • Ability to specify examples for body and query parameters (#394)

Fixed

  • Rendering of example requests' descriptions (#393)

[3.0.1] - Monday, 22 October 2018

Fixed

  • Rendering of query parameters' descriptions (#387)

[3.0] - Sunday, 21 October 2018

Added

  • 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)

Changed

  • Moved from command-line options to a config file (#362)
  • Commands have been renamed to the apidoc namespace (previously api). (#350)
  • The update command has been renamed to rebuild 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)

Fixed

Removed

  • FormRequest parsing is no longer supported (#362)