All Versions
12
Latest Version
Avg Release Cycle
54 days
Latest Release
1407 days ago

Changelog History
Page 2

  • v2.0.2 Changes

    March 26, 2019

    Summary

    ๐Ÿš‘ A bug fix release to address a critical bug found in the 2.0.0 and 2.0.1 releases. Namely, verbatim substitutions were not being applied to literal paragraphs inside of list items. This release also adds the #lines and #source methods to Asciidoctor::Table:Cell so it quacks more like an AbstractBlock (and to address an incompatibility with asciidoctor-bibtex).

    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-26
    ๐Ÿš€ Released by: @mojavelinux
    ๐Ÿš€ Release beer: Wolfpicker Experimental IPA by Odell Brewing Co

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

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes::

    • apply verbatim substitutions to literal paragraphs attached to list item (#3205)
    • implement #lines and #source methods on Table::Cell based on cell text (#3207)
  • v2.0.1 Changes

    March 25, 2019

    Summary

    ๐Ÿš€ A bug fix release to address regressions found shortly after the 2.0.0 release. The main change is that attribute references in section titles are resolved properly. There were also two fix to the extension option API to retain backwards compatibility with existing extensions. Writers that use the AsciiMath integration will be happy to know that asciimath blocks are now centered like latexmath blocks.

    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-25
    ๐Ÿš€ Released by: @mojavelinux

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

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes

    • convert titles of cataloged block and section nodes containing attribute references eagerly to resolve attributes while in scope (#3202)
    • customize MathJax (using a postfilter hook) to apply displaymath formatting to AsciiMath block (#2498)
    • ๐Ÿ›  fix misspelling of deprecated default_attrs DSL function (missing trailing "s")
    • โœ‚ remove unused location property (attr_accessor :location) on DocinfoProcessor class
    • look for deprecated extension option :pos_attrs if :positional_attrs option is missing (#3199)
    • โž• add detail to load error message if path differs from gem name (#1884)

    ๐Ÿ— Build / Infrastructure

    • ๐Ÿ’Ž bundle .yardopts in RubyGem (#3193)