Releases: ScaCap/spring-auto-restdocs
Releases · ScaCap/spring-auto-restdocs
2.0.10
- 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
- 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
- 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
- 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
- Asciidoctor fixes (#327)
- Configurable i18n (#329)
2.0.5
- 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
- Fix for generic super classes (#311)
2.0.4
- Removed parallel processing of Javadoc elements for JDK 9+ to fix #284 (#289)
2.0.3
- Better support for classic Spring REST Docs snippets (#275)
- Support for HATEOAS (#264)
- KDoc extension is based on Dokka 0.9.7 now (#267)