Files
scribe/CHANGELOG.md
2020-03-26 18:26:52 +01:00

18 KiB

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

4.4.3 - Thursday, 26 March 2020 (compare to previous)

Fixed

4.4.2 - Sunday, 21 March 2020 (compare to previous)

Fixed

4.4.1 - Wednesday, 11 March 2020 (compare to previous)

Added

4.4.0 - Saturday, 7 March 2020 (compare to previous)

Fixed

4.3.1 - Friday, 6 March 2020 (compare to previous)

Changed

4.3.0 - Saturday, 22 February 2020 (compare to previous)

Changed

Fixed

[4.2.4] - Saturday, 15 February 2020

Fixed

[4.2.3] - Tuesday, 4 February 2020

Changed

  • Made "Skipping route" message more descriptive (6f61469a9f)

[4.2.2] - Tuesday, 21 January 2020

Fixed

[4.2.1] - Monday, 20 January 2020

Fixed

[4.2.0] - Sunday, 19 January 2020

Added

  • New Postman collection generation features (https://github.com/mpociot/laravel-apidoc-generator/pull/666):
    • Properly handle url parameters using the :param syntax (opposed to the Laravel-esque {param} syntax)
    • Allow configuring the auth section of Postman collection config
    • Add some documentation that was available but not exported in the Postman collection (for URL params and query params)

Changed

  • The package can now create a documentation endpoint automatically for laravel-type routes. This also allows users to install the package on dev-only enviornments but have their routes available in others, without writing custom routing code. (https://github.com/mpociot/laravel-apidoc-generator/pull/659)

Fixed

[4.1.0] - Monday, 6 January 2019

Added

Fixed

  • Also copy custom logo for non-static docs (720f9c9e9b)

[4.0.2] - Monday, 25 November 2019

Fixed

  • Fixed missing body parameters in response calls (5d9371c143)
  • Add slashes to header values in bash templates to escape special chars (e693d746b1)
  • Fixed iteration over null bug - set responses to empty array (a24b1e14b1)

[4.0.1] - Monday, 16 November 2019

Fixed

[4.0.0] - Thursday, 7 November 2019

Added

Modified

Removed

[3.17.1] - Thursday, 12 September 2019

Fixed

[3.17.0] - Saturday, 7 September 2019

Added

Changed

[3.16.3] - Thursday, 5 September 2019

Fixed

[3.16.2] - Wednesday, 4 September 2019

Fixed

[3.16.1] - Wednesday, 4 September 2019

Added

[3.16.0] - Wednesday, 4 September 2019

Added

[3.15.0] - Saturday, 31 August 2019

Added

[3.14.0] - Saturday, 31 August 2019

Fixed

  • Backwards compatibility for the changes to @group introduced in 3.12.0 (5647eda35e)

[3.13.0] (deleted)

[3.12.0] - Sunday, 25 August 2019

Fixed

[3.11.0] - Friday, 9 August 2019

Added

Changed

  • Moved nunomaduro/collision to "suggested" so it doesn't break PHP 7.0 (2f3a2144e1)

Fixed

[3.10.0] - Sunday, 23 June 2019

Added

  • --verbose flag to show exception encountered when making response calls (dc987f296e)

[3.9.0] - Saturday, 8 June 2019

Modified

[3.8.0] - Wednesday, 29 May 2019

Added

[3.7.3] - Thursday, 23 May 2019

Fixed

[3.7.2] - Sunday, 19 May 2019

Added

[3.7.1] - Friday, 17 May 2019

Fixed

  • Handle exception for no URL::forceRootURL() method in Lumen (2146fa114d)
  • Url parameter bindings (f0dc118c6b)

[3.7.0] - Thursday, 2 May 2019

Added

[3.6.0] - Monday, 29 April 2019

Added

[3.5.0] - Tuesday, 23 April 2019

Added

Changed

Fixed

[3.4.4] - Saturday, 30 March 2019

Fixed

[3.4.3] - Wednesday, 13 March 2019

Fixed

[3.4.2] - Sunday, 10 March 2019

Added

[3.4.1] - Monday, 4 March 2019

Fixed

[3.4.0] - Wednesday, 27 February 2019

Added

[3.3.2] - Tuesday, 12 February 2019

Added

Fixed

[3.3.1] - Tuesday, 8 January 2019

Fixed

[3.3.0] - Wednesday, 2 January 2019

Added

[3.2.0] - Wednesday, 12 December 2018

Changed

Fixed

[3.1.1] - Wednesday, 5 December 2018

Added

[3.1.0] - Wednesday, 28 November 2018

Added

Modified

[3.0.6] - Saturday, 24 November 2018

Added

[3.0.5] - Thursday, 15 November 2018

Fixed

[3.0.4] - Wednesday, 7 November 2018

Fixed

[3.0.3] - Friday, 2 November 2018

Fixed

[3.0.2] - Friday, 26 October 2018

Added

Fixed

[3.0.1] - Monday, 22 October 2018

Fixed

[3.0] - Sunday, 21 October 2018

Added

Changed

Fixed

Removed