Skip to content

Releases: ePages-de/restdocs-api-spec

Keep supporting Spring Boot 2.7.x

06 May 14:35
5b9a5ac
Compare
Choose a tag to compare

Thanks to @Kieun for supporting Spring Boot 2.7.x

FIX: Null values in schema ref reuse - openapi3 task

22 Feb 07:09
ff600fa
Compare
Choose a tag to compare

0.19.1

14 Feb 10:15
e16f028
Compare
Choose a tag to compare

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

25 Sep 12:12
c631886
Compare
Choose a tag to compare

Thanks to @xeromank for suggesting to solve #170 with #246 :

  • It is now possible to specify a schema name in the attributes of a descriptor, see #246 (comment) for an example

Error fix

Thanks to @Kieun for fixing #242 with #247 :

  • The pattern constraint should now correctly render in JSON schema

JSON Schema: Render optional field descriptors as nullable

04 Sep 08:57
2900374
Compare
Choose a tag to compare

JSON Schema: Value optional field descriptors as not required

25 Aug 10:15
4c735ca
Compare
Choose a tag to compare

Maintenance release

15 May 14:37
Compare
Choose a tag to compare

This release is just testing the new GitHub Action based publish process.

Maintenance release

15 May 14:30
Compare
Choose a tag to compare

This release is just testing the new GitHub Action based publish process.

OA3: Contact object

14 Apr 10:35
Compare
Choose a tag to compare

Thanks to @mpbalmeida for providing #208 :

Spring Boot 3.0 compatibility

31 Jan 13:49
Compare
Choose a tag to compare

Same as 0.17.0, we were unable to release due to #226 . New release to trigger Travis CI again.