This document provides a high-level view of the changes to Middleman AsciiDoc by release. For a detailed view of what has changed, refer to the commit history on GitHub.
-
Respect requested file extension (#87)
-
Add support for soft unsetting AsciiDoc attributes from the config (#93)
-
Split AsciiDoc support out of Middleman core into its own extension / gem (Middleman >= 4).
-
Generate standalone document when page-layout is unset or false.
-
Set env attribute to site instead of middleman.
-
Parse value of page attributes as YAML.
-
Add better integration between AsciiDoc header attributes and page data.
-
Support use of custom AsciiDoc templates.
-
Make AsciiDoc Document object available to template.
-
Add test suite.
-
Improve README.
-
Test integration with the Middleman blog extension.
-
Test integration with Asciidoctor Diagram.