Releases: ePages-de/restdocs-api-spec
Releases · ePages-de/restdocs-api-spec
0.2.8: Move reading of scopes yaml file out of generator (#44)
Currently, you must provide the generator with a yaml file containing the scope descriptions and it reads that file. Having the generator read from the file system feels out of place since that should really be the plugins responsibility. Added a new `scopes` property to `Oauth2Configuration` that will hold a map of the scopes and descriptions. The plugin now reads in the yaml file and populates this new `scopes` property instead of just passing the file to the generator.
Fix field descriptor type format
0.2.7 GH-41 convert the field type to a value of JsonFieldType (#43)
Move to spring-restdocs 2.0.2
Extract open api generation code into separate module
Extract open api generation code into separate module to prepare to provide a maven plugin.
gradle 4.10
Merge pull request #37 from mduesterhoeft/gradle-4.10 Gradle 4.10
Be more carefully when defaulting specification version to project version
Fix operation ordering
0.2.2 Improve operation sorting
Improve path ordering
0.2.1 Sort resources
Working Oauth2 configuration
Merge pull request #32 from mduesterhoeft/fix-oauth2-security-definition Fix oauth2 security definition
Add Oauth2 documentation capabilities
Merge pull request #31 from mduesterhoeft/security-requirement Add ability to configure oauth2 security definitions