Skip to content

Releases: saneef/eleventy-plugin-asciidoc

v4.0.0

07 May 06:52
b09b595
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v3.0.1

11 Jul 05:43
58d1a3b
Compare
Choose a tag to compare
  • Upgraded Asciidoctor.js (v3.0.2)

  • Breaking change: Requires Node 14.15+

  • Same as v3.0.0. Had to create a patch release as I screwed up a couple of Git pushes.

Full Changelog: v2.0.0...v3.0.1

v2.0.0

19 Oct 09:31
f63a0a6
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE: Include paths are now relative to the document by default. The include path can be set a fixed path using options.base_dir (#7)

Full Changelog: v1.3.3...v2.0.0

v1.3.3

13 Sep 23:23
da3ba91
Compare
Choose a tag to compare

Full Changelog: v1.3.2...v1.3.3

v1.3.2

27 May 16:50
37bec5f
Compare
Choose a tag to compare
  • Fix: don't ignore permalink prop from Eleventy (Fixes #3)

Full Changelog: v1.3.1...v1.3.2

v1.2.1

01 Dec 01:34
b36307f
Compare
Choose a tag to compare
1.2.1

v1.2.0

29 Nov 11:13
28cb2ff
Compare
Choose a tag to compare
  • Use AsciiDoc document title syntax to set Eleventy page title
  • AsciiDoc attributes can be accessed through page.asciidocAttributes