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.7
1.0.6
- 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
Initial release
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.