Releases: HCESrl/laravel-swagger-api
Releases · HCESrl/laravel-swagger-api
v0.1.4
- Replaced getHost with getHttpPost to include port
v0.1.3
- Loosen composer constraints
v0.1.2
- Add aggregated models endpoint
v0.1.1
- Set
AcceptsOptions::addOptions
as public;
- Set
Api::routeParameter
to use PathParameter;
v0.1.0
- Add the
addOptions
method to PathParameter
and FormDataParameter
;
- Add
FormRequest
rules binding through the Operation::bindRequest
method;