Skip to content

Releases: ePages-de/restdocs-api-spec

Fix path parameter presentation for OpenApi3

11 Jan 21:03
Compare
Choose a tag to compare

Add missing schema for path parameter in OpenApi3.

Add possibility to add an api description and top-level tag descriptions

11 Jan 20:20
Compare
Choose a tag to compare

GH-66 - add possibility to add an api description
GH-65 - add possibility to add top-level tags and descriptions
GH-63 - Improve handling of parameters of headers when the same resource is documented multiple times with different parameters and headers

Better support for RestAssured

21 Dec 17:14
Compare
Choose a tag to compare

⚠️ if you previously used MockMvcRestDocumentationWrapper you now need to depend on restdocs-api-spec-mockmvc instead of restdocs-api-spec

Separate modules for convenience wrappers for RestAssured and MockMvc

  • restdocs-api-spec-mockmvc and restdocs-api-spec-restassured
  • RestAssured convenience wrapper for easier migration from plain spring-rest-docs - see RestAssuredRestDocumentationWrapper

Spring Boot 2.1.1 and Spring Rest Docs 2.0.3

Rename to restdocs-api-spec and OpenAPI3 support

29 Oct 07:33
acfb250
Compare
Choose a tag to compare
  • we renamed to restdocs-api-spec to be able to add different formats like RAML and Postman collections later
  • #GH-50 - Add OpenAPI3 support
  • nicer serialization of json examples in OpenAPI2

Improve wrapper API

21 Sep 06:41
d3d99a1
Compare
Choose a tag to compare

0.4.1

18 Sep 14:26
Compare
Choose a tag to compare
Make sure optional and ignored flags are propagated to custom descrip…

Add tags and handling of basic security

18 Sep 14:03
Compare
Choose a tag to compare
0.4.0

Make sure optional and ignored flags are propagated to custom descrip…

0.3.1

17 Sep 20:28
Compare
Choose a tag to compare
Move the model into a separate library (#45)

0.3.0

17 Sep 20:08
Compare
Choose a tag to compare
Move the model into a separate library (#45)

0.2.9

12 Sep 19:28
3cf4e98
Compare
Choose a tag to compare
Update README.md