Skip to content

Releases: swisnl/openapi-spec-generator

0.7.0

12 Nov 15:58
Compare
Choose a tag to compare

Added

  • Add support for doc generation for non-eloquent resources #18.

Changed

  • Dropped PHP 7 support.

Fixed

  • Use filter column name instead of filter key to retrieve example data #20.

0.6.1

15 May 06:43
52e6286
Compare
Choose a tag to compare

Added

  • Add support for Laravel JSON:API v4 and Laravel 11 #19 (thanks @pjotrvdh).

0.6.0

29 Mar 14:29
5ab90cf
Compare
Choose a tag to compare

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

07 Mar 18:35
5d524ce
Compare
Choose a tag to compare

Added

  • Add support for Laravel JSON:API v3 and Laravel 10 #9 (thanks @nelson6e65).

0.5.0

06 Feb 20:00
8e7336b
Compare
Choose a tag to compare

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

24 Feb 14:17
005137b
Compare
Choose a tag to compare

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.