Releases: ePages-de/restdocs-api-spec
Releases · ePages-de/restdocs-api-spec
Fix path parameter presentation for OpenApi3
Add missing schema for path parameter in OpenApi3.
Add possibility to add an api description and top-level tag descriptions
Better support for RestAssured
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
andrestdocs-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
- 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
0.4.1
Make sure optional and ignored flags are propagated to custom descrip…
Add tags and handling of basic security
0.4.0 Make sure optional and ignored flags are propagated to custom descrip…
0.3.1
Move the model into a separate library (#45)
0.3.0
Move the model into a separate library (#45)
0.2.9
Update README.md