Releases: mpociot/laravel-apidoc-generator
Releases · mpociot/laravel-apidoc-generator
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
Fixes:
- Parse JSON responses from
@response
and@transformer
tags correctly
See the CHANGELOG for related PR
2.1.3
2.1.2
Fixes/Changes:
- Set correct HTTP method when parsing FormRequest
See the CHANGELOG for related PRs
2.1.1
- 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
-
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