Releases: mtrajano/laravel-swagger
Releases · mtrajano/laravel-swagger
v0.3.0
v0.2.0
Added
- Config option to ignore certain methods (HEAD methods ignored by default)
- Schemes, produces, and consumes options to the config
- Support for enums
Fixed
- array.* syntax now adds the proper validation to the array items instead of adding array.* to the list of parameters
- object.property syntax should parse correctly now and add objects to the list of properties