Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.49 KB

CHANGELOG.adoc

File metadata and controls

64 lines (39 loc) · 2.49 KB

AsciidoctorJ Groovy DSL Changelog

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.

Unreleased

Improvements
  • Upgrade to AsciidoctorJ 3.0.0 (Breaking) #37

Build improvements
  • Upgrade to Gradle 8.5 #37

  • Release from Github actions #36

2.0.2

Release Date: 9.5.2021

Bugfix:

  • Set java version in Gradle module to Java 8 #32

2.0.1

Release Date: 2.3.2021

Improvements
  • Publish to Maven central

2.0.0

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
  • 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)