Skip to content

Releases: ePages-de/restdocs-api-spec

0.2.8: Move reading of scopes yaml file out of generator (#44)

05 Sep 06:53
Compare
Choose a tag to compare
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

04 Sep 14:17
cf21dd6
Compare
Choose a tag to compare
0.2.7

GH-41 convert the field type to a value of JsonFieldType (#43)

Move to spring-restdocs 2.0.2

04 Sep 13:21
95f7c42
Compare
Choose a tag to compare

Extract open api generation code into separate module

31 Aug 06:45
Compare
Choose a tag to compare

Extract open api generation code into separate module to prepare to provide a maven plugin.

gradle 4.10

29 Aug 18:13
506ad3a
Compare
Choose a tag to compare
Merge pull request #37 from mduesterhoeft/gradle-4.10

Gradle 4.10

Be more carefully when defaulting specification version to project version

29 Aug 07:34
Compare
Choose a tag to compare

Be more carefully when defaulting specification version to project version.

We cannot assume that the project version is always a string.

See
#35
d854afe

Fix operation ordering

27 Aug 07:10
Compare
Choose a tag to compare
0.2.2

Improve operation sorting

Improve path ordering

27 Aug 06:23
Compare
Choose a tag to compare
0.2.1

Sort resources

Working Oauth2 configuration

21 Aug 20:23
c5640ee
Compare
Choose a tag to compare
Merge pull request #32 from mduesterhoeft/fix-oauth2-security-definition

Fix oauth2 security definition

Add Oauth2 documentation capabilities

20 Aug 20:45
729d7cb
Compare
Choose a tag to compare
Merge pull request #31 from mduesterhoeft/security-requirement

Add ability to configure oauth2 security definitions