Releases: DarkaOnLine/SwaggerLume
Releases · DarkaOnLine/SwaggerLume
11.0
Lumen 11 && Swagger-php:4 support
What's Changed
- Support Lumen 11 by @MarkVaughn in #140
- Adding import OpenApi\Annotations tip by @greggunner in #102
New Contributors
- @MarkVaughn made their first contribution in #140
- @greggunner made their first contribution in #102
Full Changelog: 10.1...11.0
10.1
What's Changed
- Add yaml support by @DarkaOnLine in #131
New config:
docs_yaml
- allows specify yaml file name from which UI can read specification or generate toformat_to_use_for_docs
- allows to specify which docs file to use for specgenerate_yaml_copy
- allows generate a copy of documentation inyaml
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
tofalse
- Set
format_to_use_for_docs
toyaml
- Store your
yaml
specs file intostorage/api-docs/your-specs.yaml
and setdocs_yaml
toyour-specs.yaml
Full Changelog: 10.0...10.1
10.0
What's Changed
- Fixed typo in README.md by @DavidMoraisFerreira in #119
- Trigger generation of api docs json when fetching only json by @arep in #116
- Add Lumen 9 support to documentation by @xwiz in #120
- OAS 3.0 uses servers specification instead of basePath by @Momodedf in #125
- Fix mixed content when using a load balancer by @ADReece in #127
- Support Lumen 10 by @DarkaOnLine in #130
New Contributors
- @DavidMoraisFerreira made their first contribution in #119
- @arep made their first contribution in #116
- @xwiz made their first contribution in #120
- @Momodedf made their first contribution in #125
- @ADReece made their first contribution in #127
Full Changelog: 9.0...10.0
9.0
What's Changed
- Add docker container by @DarkaOnLine in #108
- Enable Github actions by @DarkaOnLine in #109
- Support Lumen 9 by @RafayelArzumanyan in #112
New Contributors
- @RafayelArzumanyan made their first contribution in #112
Full Changelog: 8.0...9.0
8.0
Lumen 8.0 support
7.0
Lumen 7 support
6.0
Lumen 6.0 support
5.6.2
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
Swagger-php dependency. Fixes #50
5.6.0
OpenApi 3.0 support