Asciidoctor v2.0.3 Release Notes

Release Date: 2019-03-29 // about 5 years ago
  • 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)