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

1.0.7

11 May 14:44
Compare
Choose a tag to compare
  • Update to Spring REST Docs v1.1.3 (#84)

1.0.6

02 Mar 11:29
Compare
Choose a tag to compare
  • Support for multiple Javadoc directories (#78)
  • Handle all Java collections and Scala traversables as arrays (#74, #76)
  • Customizable section snippet (#66, #77)
  • Support for constraints on path and query parameters (#67)
  • Ensure that Javadoc JSON files are always UTF-8 encoded (#73)
  • Proper line break in AsciiDoc and markdown tables (#68, #75)
  • Update of dependencies (#59)
  • Releasing via Travis (#80, #81)

1.0.5

01 Feb 18:02
Compare
Choose a tag to compare
  • Support for Gradle (#57)

Initial release

24 Jan 16:12
Compare
Choose a tag to compare

Main features

  • Jackson visitor that gathers the whole JSON structure and includes JavaDoc and constraint annotations on the fields. It works for both request and response bodies. In addition to the constraint documentation support that is already in Spring REST Docs, we automatically include the constraint message in the documentation and also added support for documenting constraint groups.
  • Path and query parameters can be documented automatically.
  • A helper to document authentication.
  • A snippet that includes all other snippets of this extension and thus helps you write even less.