Skip to content

Releases: mpociot/laravel-apidoc-generator

2.1.8

08 Oct 18:05
Compare
Choose a tag to compare

Fix generation for DIngo Routes (#354)

2.1.7

08 Oct 14:17
77f42b3
Compare
Choose a tag to compare

Fix #353 (revert changes to array parameter value)

2.1.6

07 Oct 01:56
00f6b3f
Compare
Choose a tag to compare

Add support for appending/prepending markdown content

2.1.5

13 Sep 06:55
6258b74
Compare
Choose a tag to compare

Fixes:

  • Parse JSON responses from @transformer tag for Dingo router

See the CHANGELOG for related PR

2.1.4

12 Sep 10:21
0f1de59
Compare
Choose a tag to compare

Fixes:

  • Parse JSON responses from @response and @transformer tags correctly
    See the CHANGELOG for related PR

2.1.3

11 Sep 16:21
29734f5
Compare
Choose a tag to compare
  • Fixes:
    • Parse @response tags regardless of HTTP method

See the CHANGELOG for related PR

2.1.2

10 Sep 08:51
af9da31
Compare
Choose a tag to compare

Fixes/Changes:
- Set correct HTTP method when parsing FormRequest

See the CHANGELOG for related PRs

2.1.1

10 Sep 06:06
4efc7fb
Compare
Choose a tag to compare
  • Fixes/changes:
    • Print the correct file path of generated documentation
    • Removed any extra slashes in URLs displayed in code samples
    • Response calls are now also made for only GET in DIngo Router
    • HEAD routes are no longer automatically generated for GET routes in DIngo Router

See the CHANGELOG for full list and related PRs

2.1.0

09 Sep 20:25
54726fd
Compare
Choose a tag to compare
  • Additions:

    • L5.5 package discovery
    • support for multiple route domains and prefixes
    • support for custom formatting and <aside> tags in @resource tag
  • Fixes/changes:

    • response calls are now made for only GET routes
    • `useMiddleware`` is now used
    • actAsUserId is no longer cast to int
    • Changes to info.blade.php are persisted
    • @response tag now parses content as JSON
    • array validation rules parsing

See the CHANGELOG for full list and related PRs

2.0.0

29 Jan 21:09
Compare
Choose a tag to compare

Added Laravel 5.4 support.