Skip to content

v2.0.3

Compare
Choose a tag to compare
@mojavelinux mojavelinux released this 29 Mar 00:01

Summary

A bug fix release to address compatibility with Asciidoctor.js and Asciidoctor Diagram. Also fixes a crash when an attrlist is used on a literal monospace phrase (e.g., [.bar]`+foo+`).

Distributions

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux, OpenSUSE, and Homebrew. You can use the system's package manager to install the package named asciidoctor.

Release meta

Released on: 2019-03-28
Released by: @mojavelinux
Release beer: The Dark One by High Hops Brewing

Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)

Changelog

Bug Fixes::

  • fix crash when attrlist is used on literal monospace phrase (#3216)
  • update use of magic regexp variables to fix compatibility with Opal / Asciidoctor.js (#3214)
  • support 'figure' as context argument to AbstractBlock#assign_caption (fixes compatibility with Asciidoctor Diagram)