Skip to content

Releases: AmadeusITGroup/asciidoctor-extension-apidoc

v1.1.0

06 Dec 19:05
Compare
Choose a tag to compare
  • Add support for baseURL for relative URLs #40
    • Add a new attribute :apidocs_baseuri:. If set, it'll be used to prefix any relative URLs matched in apidocs.properties
  • Bump asciidoctorj from 2.0.0 to 2.4.1.
  • Bump commons-lang3 from 3.9 to 3.11.

v1.0.0

03 Dec 23:06
Compare
Choose a tag to compare

Initial release to GitHub:

  • Use AsciidoctorJ 2.0 bindings, compatible with asciidoctor-maven-plugin 2.0.0-RC.1
  • Register an implicit macro, with regexp matching fully-qualified top-level and nested classes
  • Allow @ prefix for annotations
  • Register an explicit macro (apidoc:<fully-qualified name>[]), also supporting package-level Javadoc
  • Lookup Javadoc base URL from the most precise package in apidocs_config properties file
  • Report a warning for unknown packages