Releases: asciidoctor/asciidoctorj-groovy-dsl
v2.0.2
This release fixes a problem in the Gradle module descriptor introduced in 2.0.1 that required a Gradle project using this module to build with at least Java 15.
Now building with Java 8 should work properly again.
Release Meta
Released on: 2021-05-09
Released by: @robertpanzer
v2.0.1: Merge pull request #30 from asciidoctor/maven-central
This release only contains changes to the build and is the first release that is published to Maven central
Release Meta
Released on: 2021-03-02
Released by: @robertpanzer
v2.0.0
A new release for AsciidoctorJ 2.2.0!
This release brings the AsciidoctorJ Groovy DSL up to date with the latest version of AsciidoctorJ.
A special thanks for this release goes to @abelsromero!
Also thank you to all other contributors:
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
Documentation
Build
- Upgrade Gradle to v5.6.4 to support building with Java versions superior to 8 @abelsromero #25
Release Meta
Released on: 2020-01-13
Released by: @robertpanzer
v1.6.0-alpha.2
A new alpha release for AsciidoctorJ 1.6.0!
Improvements/Fixes
- AsciidoctorExtension can be instantiated (#19)
Release Meta
Released on: 2017-06-24
Released by: @robertpanzer
1.0.0.Alpha3
A new alpha release!
Improvements/Fixes
- AsciidoctorExtension can be instantiated (#19)
Release Meta
Released on: 2018-06-11
Released by: @robertpanzer
v1.6.0-alpha.1
A new alpha release for AsciidoctorJ 1.6.0!
Improvements/Fixes
- Adapted to Extension API changes in AsciidoctorJ 1.6.0
Release Meta
Released on: 2017-03-27
Released by: @robertpanzer
v1.0.0.Alpha2
A new alpha release!
Improvements/Fixes
- Add DelegatedTo notation to improve IDE integration (@abelsromero)
- Improve exception handling in AsciidoctorExtensions.registerTo (@abelsromero)
A special thanks to Abel Salgado Romero (@abelsromero)!
Release Meta
Released on: 2016-06-19
Released by: @robertpanzer