v1.7.0-RC.1
Pre-release
Pre-release
robertpanzer
released this
26 Mar 17:18
·
342 commits
to master
since this release
== 1.7.0-RC.1 (2019-03-26)
This is the first release candidate of AsciidoctorJ that brings Asciidoctor 2.0.0 to the Java platform.
Enhancements::
- Move the Asciidoctor interface into the asciidoctorj-module (@Mogztter) (#760)
- Remove deprecated render() methods from Asciidoctor interface (@Mogztter) (#760)
Improvements::
- Upgrade to JRuby 9.2.6.0. This version of AsciidoctorJ is incompatible with any version of JRuby <= 9.2.5.0
- Upgrade to Asciidoctor 2.0.1
- Upgrade to Asciidoctor Diagram 1.5.16
Bug Fixes::
- Fix extension initialization in OSGi environments (#754)
- Remove reference to RubyExtensionRegistryImpl from RubyExtensionRegistry (#759)
- Don't return null from List.blocks() and DefinitionList.blocks() (@jensnerche) (#761)
- Move org.asciidoctor.spi.ProcessorFactory to org.asciidoctor.extension (@jensnerche) (#762)
Documentation:
Build / Infrastructure::
- Fix jruby-maven-plugin and upstream build (@mkristian) (#777)