All notable changes to openapi-spec-generator
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- A meaningful exception is thrown when you forget to seed the database #11.
- 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.