Skip to content

Releases: saneef/eleventy-plugin-asciidoc

v5.1.0

11 Apr 20:03
15c47df

Choose a tag to compare

Changes

  • fix: title will be populated by heading of the first section in the document (even non Level 0) #24
  • feat: added option resolveDocumentTitle. When true the 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

10 Apr 05:34
7707db6

Choose a tag to compare

What's Changed

  • Feature: Use AsciiDoc document attributes as front matter by @saneef in #25
  • Breaking: Front matter written using AsciiDoc takes precedence over YAML front matter (or other Eleventy supported formats).

Full Changelog: v4.0.3...v5.0.0

v5.0.0-alpha.1

07 Apr 07:18
f939e7c

Choose a tag to compare

v5.0.0-alpha.1 Pre-release
Pre-release
  • Let Eleventy handle the front matter. This enables users to use other front matter formats.
  • The templates in permalink front matter is rendered like before using Nunjucks

Full Changelog: v5.0.0-alpha.0...v5.0.0-alpha.1

v5.0.0-alpha.0

05 Apr 20:19
6913546

Choose a tag to compare

v5.0.0-alpha.0 Pre-release
Pre-release

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.html is like permalink: about/index.html in front matter.

Full Changelog: v4.0.3...v5.0.0-alpha.0

v4.0.3

25 Feb 11:52
923aff4

Choose a tag to compare

What's Changed

  • fix: error when Nunjucks template appears in permalink by @saneef in #23

Full Changelog: v4.0.2...v4.0.3

v4.0.2

27 Aug 15:34
92812a2

Choose a tag to compare

Fixes

Full Changelog: v4.0.1...v4.0.2

v4.0.0

07 May 06:52
b09b595

Choose a tag to compare

  • BREAKING: Requires Eleventy 2.0.0-canary.19 or newer.
  • Supports alternate Asciidoc file extensions, .asciidoc and .ad.

v3.1.2

14 Feb 16:38
98e0142

Choose a tag to compare

Fixes

  • options was not passed to processor.load(), causing inconsistent behaviour with processor.convert(). (#16)

Full Changelog: v3.1.1...v3.1.2

v3.1.1

29 Nov 10:27
aba5f34

Choose a tag to compare

What's Changed

  • Populate attributes.outdir with permalink directory by default.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

28 Jul 08:47
47cc973

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0