Releases: spryker/documentation-generator-rest-api
Releases · spryker/documentation-generator-rest-api
1.18.0
Included commits: 1.17.0...1.18.0
Improvements
- Improved metadata information inclusion in the schema generator.
- Introduced
SchemaData.example
transfer field. - Introduced
SchemaProperty.example
transfer field. - Introduced
SchemaProperty.description
transfer field. - Introduced
SchemaPropertyComponent.example
transfer field. - Introduced
SchemaPropertyComponent.description
transfer field.
1.17.0
1.16.0
1.15.0
Included commits: 1.14.0...1.15.0
Improvements
- Adjusted
DocumentationGeneratorRestApiFacade::generateDocumentation()
in order to enable display of nested relationships. - Introduced
DocumentationGeneratorRestApiConfig::isNestedRelationshipsEnabled()
.
1.14.0
Included commits: 1.13.0...1.14.0
Improvements
- Adjusted
DocumentationGeneratorRestApiToSymfonyFinderAdapter::getIterator()
so it has return type to avoid deprecations in PHP 8.1.
1.13.0
Included commits: 1.12.1...1.13.0
Improvements
- Adjusted
DocumentationGeneratorRestApiFacade::generateDocumentation()
to generate endpoint path considering the version of the resource in case the version is passed in the URL. - Introduced
DocumentationGeneratorRestApiConfig::getPathVersionResolving()
to configure the possibility to resolve the version of the API endpoint from the URL instead of theContent-Type
header. - Introduced
DocumentationGeneratorRestApiConfig::getPathVersionPrefix()
to indicate the version prefix URL version will use. - Introduced
RestVersion
transfer.
1.12.1
Included commits: 1.12.0...1.12.1
Fixes
- Adjusted
GlueControllerFinder::class
to useglob()
function instead ofis_dir()
for source directories search.
1.12.0
1.11.2
Included commits: 1.11.1...1.11.2
Fixes
- Adjusted
GlueControllerFinder::class
to substitute usage of theglob()
function withis_dir()
for source directories search.
1.11.1
Included commits: 1.11.0...1.11.1
Improvements
- Adjusted usage of
glob()
by usingGLOB_NOSORT
flag for file reading optimization.