Skip to content

Releases: DarkaOnLine/SwaggerLume

11.0

15 May 06:18
2497480
Compare
Choose a tag to compare

Lumen 11 && Swagger-php:4 support

What's Changed

New Contributors

Full Changelog: 10.1...11.0

10.1

11 May 05:17
5db6551
Compare
Choose a tag to compare

What's Changed

New config:

  • docs_yaml - allows specify yaml file name from which UI can read specification or generate to
  • format_to_use_for_docs - allows to specify which docs file to use for spec
  • generate_yaml_copy - allows generate a copy of documentation in yaml format while generation is executed

Example

If you want to use your own yaml specs file in UI, you should do the following:

  • Set generate_always to false
  • Set format_to_use_for_docs to yaml
  • Store your yaml specs file into storage/api-docs/your-specs.yaml and set docs_yaml to your-specs.yaml

Full Changelog: 10.0...10.1

10.0

09 May 13:32
7d93fac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.0...10.0

9.0

06 Mar 19:04
ec59252
Compare
Choose a tag to compare
9.0

What's Changed

New Contributors

Full Changelog: 8.0...9.0

8.0

25 Sep 10:42
5ee548c
Compare
Choose a tag to compare
8.0

Lumen 8.0 support

7.0

26 Mar 09:40
f519147
Compare
Choose a tag to compare
7.0

Lumen 7 support

6.0

16 Sep 12:46
b2098f1
Compare
Choose a tag to compare
6.0

Lumen 6.0 support

5.6.2

31 Jul 05:49
Compare
Choose a tag to compare
Properly support OpenAPI (#54)

* Update generator.php to properly support OpenAPI

* Resolve styleci issue and switch to using version_compare instead

* Update the test annotations from OAS to OA

5.6.1

09 Apr 08:04
c786918
Compare
Choose a tag to compare
Swagger-php dependency. Fixes #50

5.6.0

28 Mar 12:18
4097948
Compare
Choose a tag to compare

OpenApi 3.0 support