Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.2 KB

CHANGELOG.adoc

File metadata and controls

29 lines (23 loc) · 1.2 KB

Middleman AsciiDoc Changelog

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.

Unreleased

  • Respect requested file extension (#87)

  • Add support for soft unsetting AsciiDoc attributes from the config (#93)

1.0.0 (2018-01-28) - @mojavelinux

  • 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.