Releases: ePages-de/restdocs-api-spec
Releases · ePages-de/restdocs-api-spec
Maintenance release
0.19.4
Keep supporting Spring Boot 2.7.x
Thanks to @Kieun for supporting Spring Boot 2.7.x
Keep supporting Spring Boot 2.7.x
Thanks to @Kieun for supporting Spring Boot 2.7.x
FIX: Null values in schema ref reuse - openapi3 task
0.19.1
Thanks to @philipowen, it is now possible to use beneathPath()
for defining paths in a shorter way.
Example usage:
responseFields(
beneathPath("_links").withSubsectionId("beneath-links"),
fieldWithPath("self").description("self link"),
fieldWithPath("self.href").description("self link href"),
subsectionWithPath("multiple").ignored(),
)
JSON Schema: Support schema ref reuse
JSON Schema: Render optional field descriptors as nullable
JSON Schema: Value optional field descriptors as not required
Maintenance release
This release is just testing the new GitHub Action based publish process.