All notable changes to openapi-spec-generator
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Nothing
- Add support for doc generation for non-eloquent resources #18.
- Dropped PHP 7 support.
- Use filter column name instead of filter key to retrieve example data #20.
- Add support for Laravel JSON:API v4 and Laravel 11 #19.
- Add support for enums in filter examples.
- A meaningful exception is thrown when you forget to seed the database #11.
- Fall back to a basic descriptor when no custom filter descriptor is found.
- Use field column name to get example value.
- Add support for Laravel JSON:API v3 and Laravel 10 #9.
- Allow customizing the storage disk to use #6.
- Add support for
Has
,WhereNull
andWhereNotNull
filters.
- Use correct description for
WherePivotNotIn
filter.
- Allow developers to add descriptions to endpoints #2.
- Require
laravel-json-api/laravel
version 2 #2.
- Fix a wrongly generated doc for to many relationships #1.