This document provides a high-level view of the changes introduced in AsciidoctorJ Groovy DSL by release. For a detailed view of what has changed, refer to the commit history on GitHub.
Release Date: 13.1.2020
This version is the graduation of the previous 1.6.0-alpha.1 branch making it compatible with the latest improvements from Asciidoctorj v2.2.0. Note that extensions using version 1.0.0.preview2 may not be compatible.
- Improvements
-
-
Allow AsciidoctorExtensions to be instantiated (@ysb33r) (#18)
-
Upgrade to Asciidoctorj v2.2.0 (@abelsromero) (#24). Continuation of the previous work of @robertpanzer in #21 and #22
-
Removed deprecated methods
blockmacro
,includeprocessor
,inlinemacro
. Use the following instead:block_macro
,include_processor
,inline_macro
(@abelsromero) (#27)
-
- Bug Fixes
- Documentation
- Build
-
-
Upgrade Gradle to v5.6.4 to support building with Java versions superior to 8 (@abelsromero) (#25)
-