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 (mpociot#409)

[3.0.5] - Thursday, 15 November 2018

Fixed

[3.0.4] - Wednesday, 7 November 2018

Fixed

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

[3.0.3] - Friday, 2 November 2018

Fixed

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

[3.0.2] - Friday, 26 October 2018

Added

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

Fixed

  • Rendering of example requests' descriptions (mpociot#393)

[3.0.1] - Monday, 22 October 2018

Fixed

  • Rendering of query parameters' descriptions (mpociot#387)

[3.0] - Sunday, 21 October 2018

Added

Changed

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

Fixed

Removed

  • FormRequest parsing is no longer supported (mpociot#362)