Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: ScaCap/spring-auto-restdocs

2.0.11

20 Apr 07:27
8268a62
Compare
Choose a tag to compare

2.0.10

17 Mar 21:33
ba8b6c3
Compare
Choose a tag to compare
  • upgraded Spring REST Docs to 2.0.5 #418
  • support for Java 15 #417
  • support for Instant type #429
  • fixed enum constraints for arrays #428
  • proper support for model attributes #426 (special thanks @mustaphazorgati)

2.0.9

10 Aug 11:22
8244072
Compare
Choose a tag to compare
  • Support for bold, italics, and code in KDoc #387
  • Support for custom messages in annotations #395
  • Open some snippet methods for extension #396
  • Upgrade the Dokka extension Dokka 0.10.1 #385
  • Support for @JsonProperty.Access #383
  • De-duplicate sections if ModelAttribute is present #393
  • Fixed an exception in the HumanReadableConstraintResolver #397
  • Upgrade jackson-databind to 2.11.0 #402
  • Project maintenance:
    • Add code style #394
    • Upgrade the example projects to Spring Boot 2.3.0 #400
    • More tests for subtypes #392
    • Test against JDK 14 #382

2.0.8

04 Mar 08:19
c2553bf
Compare
Choose a tag to compare
  • Support for ModelAttribute (#368)
  • Ability to replace binary content of multipart requests (#369)
  • Support for Optional enums (#375)
  • Don't crash on invalid tags (#374)
  • Updated Travis setup and switched all builds to OpenJDK (#373)
  • Dependency updates (#370, #367, #364, #363)

2.0.7

07 Oct 13:02
b2d0ea4
Compare
Choose a tag to compare
  • Upgrade to Spring REST Docs 2.0.4 & other dependency upgrades #357, #345, #356
  • Improved support for HATEOAS Resource classes #351, #353
  • Doclet JDK9+ unicode fix #354

2.0.6

23 Sep 20:17
5505745
Compare
Choose a tag to compare
  • Asciidoctor fixes (#327)
  • Configurable i18n (#329)

2.0.5

06 May 08:11
bad44d9
Compare
Choose a tag to compare
  • Official Java 10/11 support
  • RestdocsNotExpanded annotation moved to separate module (#303)
  • Custom configurable subtypes (#317)
  • Fix for generic super classes (#311)
  • Upgrade to Dokka 0.9.18 (#307)

1.0.15

06 May 16:16
Compare
Choose a tag to compare
  • Fix for generic super classes (#311)

2.0.4

23 Mar 08:27
65b1823
Compare
Choose a tag to compare
  • Removed parallel processing of Javadoc elements for JDK 9+ to fix #284 (#289)

2.0.3

07 Dec 08:47
ab791f9
Compare
Choose a tag to compare
  • Better support for classic Spring REST Docs snippets (#275)
  • Support for HATEOAS (#264)
  • KDoc extension is based on Dokka 0.9.7 now (#267)