This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Releases: ScaCap/spring-auto-restdocs
Releases · ScaCap/spring-auto-restdocs
1.0.14
2.0.2
- support for Java Stream (@ractive #237)
- support for WebFlux (@Josef-Reichardt #239)
- support for JDK9 Doclet (@Josef-Reichardt @juleshouben #258 #243 #261)
- improved Java Optional and Kotlin null handling
2.0.1
1.0.13
2.0.0
1.0.12
1.0.11
1.0.10
- support for
JsonSubTypes
(#112) - support for static resources (#151)
- support for Javadoc inheritance (#126)
- support for
@Deprecated
(#150) validation-api
is now an optional dependency (#124)- fixed pipe escaping in tables (#139)
- improved array type display in tables (#153)
- update to Spring REST Docs 1.2.2 (#145)
- bug fixes (#144)
1.0.9
- resolving default directory paths (#125)
- removed dependency on
hibernate-validator
andel-api
(#124) - customization of existing snippet templates (#123)
- documenting paging support in request (#121)
- automatic support for recursive structures (#109)
- customizable section title via
@title
Javadoc tag (#123) - added support for primitive types (#114)
- improved Javadoc to Asciidoc formatting, support for bullet list
- resolving Javadoc JSON files from classpath (#102)
Breaking change
Spring Auto REST Docs specific snippets are now prefixed with auto-
. This prefix has to be added to the AsciiDoc files where the snippets are included. List of snippets with auto-
prefix:
auto-request-fields
auto-response-fields
auto-method-path
auto-authorization
auto-description
auto-section
This change avoids conflicts with the snippets from Spring REST Docs.