Asciidoctor v2.0.7 Release Notes

Release Date: 2019-04-13 // about 5 years ago
  • Summary

    ๐Ÿ“š This release fixes crash in xref resolution that was discovered from running Asciidoctor on GitHub. It also fixes compatibility with Rouge 2.0, and improves documentation for the -a CLI option.

    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-04-13
    ๐Ÿš€ Released by: @mojavelinux
    ๐Ÿš€ Release beer: Cheat Code by Cerebral Brewing

    ๐Ÿ”Š Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix crash when resolving ID from text and at least one candidate contains an unresolved xref (#3254)
    • ๐Ÿ›  fix compatibility with Rouge 2.0

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ improve documentation for the -a CLI option; explain that @ modifier can be placed at end of name as alternative to end of value
    • move source for main API entry points (load, load_file, convert, convert_file) to separate files (#3257)