Skip to content

Releases: DarkaOnLine/L5-Swagger

5.7.2

20 Sep 11:42
Compare
Choose a tag to compare

Generated json file if not exits #172

5.5.8.3

07 Sep 21:56
Compare
Choose a tag to compare
Fixed Typo error: config name mismatched, changed 'swagger-lume' to '…

5.7.1

27 Aug 05:48
e7a0839
Compare
Choose a tag to compare
Require Laravel 5.7

5.5.8.2

07 Sep 16:07
e7a0839
Compare
Choose a tag to compare
Require Laravel 5.7

5.5.8.1

29 Aug 10:53
e7a0839
Compare
Choose a tag to compare

Quick fix for OpenApi support

5.7.0

23 Aug 07:49
Compare
Choose a tag to compare
  • Support Laravel 5.7
  • By default use OpenApi Specification
  • run composer require 'zircote/swagger-php:2.*' if you need old @swg (SWAGGER annotations) support

5.6.9

23 Aug 07:47
Compare
Choose a tag to compare

Drop OpenApi support for 5.6.* branch.

5.6.8

25 Jul 20:31
Compare
Choose a tag to compare
[BUG_FIX] Changes  \Swagger namespace to \OpenApi (#158)

* [BUG_FIX] Changes  \Swagger namespace to \OpenApi

- Last update on https://github.com/zircote/swagger-php changes  \Swagger namespace to \OpenApi
- Also annotations prefix changed from @OAS to @OA.

* Update annotations for testing - @OAS -> @OA

* Is OpenApi validation

* Removes else

* Styles fixing

* StyleCI fixes

* StyleCI suggestions

* StyleCI updates.

5.5.9

23 Aug 06:19
Compare
Choose a tag to compare

Drop OpenApi support for 5.5.* branch.

If you still need it use 5.5.8.

5.6.7

19 Jul 06:41
c081760
Compare
Choose a tag to compare
  • Yaml support
  • Fix incorrectly setting trusted proxies