Skip to content

Releases: asciidoctor/asciidoctorj-groovy-dsl

v2.0.2

09 May 09:06
Compare
Choose a tag to compare

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

02 Mar 17:12
eed26f8
Compare
Choose a tag to compare

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

13 Jan 18:57
Compare
Choose a tag to compare

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

  • Fix artifact version in README examples @gtoast #16

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

24 Jun 13:43
Compare
Choose a tag to compare
v1.6.0-alpha.2 Pre-release
Pre-release

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

11 Jun 07:59
Compare
Choose a tag to compare
1.0.0.Alpha3 Pre-release
Pre-release

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

27 Mar 08:21
Compare
Choose a tag to compare
v1.6.0-alpha.1 Pre-release
Pre-release

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

19 Jun 16:04
Compare
Choose a tag to compare
v1.0.0.Alpha2 Pre-release
Pre-release

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