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

1.0.9

Compare
Choose a tag to compare
@jmisur jmisur released this 12 Sep 10:27
· 185 commits to master since this release
  • resolving default directory paths (#125)
  • removed dependency on hibernate-validator and el-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.