Releases: saneef/eleventy-plugin-asciidoc
Releases · saneef/eleventy-plugin-asciidoc
v5.1.0
Changes
- fix: title will be populated by heading of the first section in the document (even non Level 0) #24
- feat: added option
resolveDocumentTitle. Whentruethe title resolution follows default title resolution logic of Asciidoctor.js. Which is like the above bug 😉
Full Changelog: v5.0.1...v5.1.0
v5.0.0
v5.0.0-alpha.1
- Let Eleventy handle the front matter. This enables users to use other front matter formats.
- The templates in
permalinkfront matter is rendered like before using Nunjucks
Full Changelog: v5.0.0-alpha.0...v5.0.0-alpha.1
v5.0.0-alpha.0
What's Changed
Features
- Asciidoc attributes can be used for Eleventy Front Matter. Thanks, @DanielSWolf, for the suggestion (#24). Attributes prefixed
eleventy-(configurable) will be passed to Eleventy. Example:eleventy-permalink: about/index.htmlis likepermalink: about/index.htmlin front matter.
Full Changelog: v4.0.3...v5.0.0-alpha.0
v4.0.3
v4.0.2
Fixes
- Build failure when frontmatter
permalink: false. Thank you, @nikolausschueler, for the fix. (#19)
Full Changelog: v4.0.1...v4.0.2
v4.0.0
v3.1.2
v3.1.1
What's Changed
- Populate
attributes.outdirwith permalink directory by default.
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- new option
configure_extension_registryto use instead ofextension_registry. PR #11
Full Changelog: v3.0.1...v3.1.0