Releases: swisnl/openapi-spec-generator
Releases · swisnl/openapi-spec-generator
0.7.0
Added
- Add support for doc generation for non-eloquent resources #18.
Changed
Fixed
- Use filter column name instead of filter key to retrieve example data #20.
0.6.1
Added
- Add support for Laravel JSON:API v4 and Laravel 11 #19 (thanks @pjotrvdh).
0.6.0
Added
- Add support for enums in filter examples.
Changed
- A meaningful exception is thrown when you forget to seed the database #11.
Fixed
- Fall back to a basic descriptor when no custom filter descriptor is found.
- Use field column name to get example value.
0.5.1
Added
- Add support for Laravel JSON:API v3 and Laravel 10 #9 (thanks @nelson6e65).
0.5.0
Added
- Allow customizing the storage disk to use #6 (thanks @nelson6e65).
- Add support for
Has
, WhereNull
and WhereNotNull
filters.
Fixed
- Use correct description for
WherePivotNotIn
filter.
0.4.0
Added
- Developers can now implement the DescribesEndpoints interface on Schema classes to add descriptions to the generated documentation #2.
Changed
- Update minimal version of laravel-json-api/laravel to 2 #2.
Fixed
- Fix a wrongly generated doc for to many relationships #1.