Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Releases: dfrommi/groovy-pandoc

v0.8

26 Nov 10:18
Compare
Choose a tag to compare

Make Groovy-Pandoc compatible with Pandoc 1.18.
The Json structure has changed in version 1.18 and this releases uses the new structure for filtering.

Groovy-Pandoc 0.8 requires Pandoc at least in version 1.18 and is incompatible with earlier versions.

v0.7

25 Sep 14:01
Compare
Choose a tag to compare

Fixes

  • toJSONFilter when processing table content
  • toJSONFilter when one element is replaced by multiple (closes #1)

Improvements

  • AST traversal is more robust and easier to understand

v0.6

05 Jun 13:09
Compare
Choose a tag to compare
  • Fixed problem with nested lists
  • Replacing one element by multiple elements is now more robust

Pandoc 1.16 compatibiliy

27 Jan 22:16
Compare
Choose a tag to compare
  • Compatible with Pandoc 1.16 and above. This version will not work with lower Pandoc versions.
  • Breaking change: Renamed package net.frommknecht.pandoc to com.github.dfrommi.pandoc

Source code compatibility 1.6

15 Nov 11:44
Compare
Choose a tag to compare
v0.2.2

Source code compatibility to Java 1.6

Jitpack support

15 Nov 11:40
Compare
Choose a tag to compare
v0.2.1

Jitpack support

GroovyPandoc v0.2

12 Apr 15:18
Compare
Choose a tag to compare

Bugfixing release

  • Fixed bug that prevented elements to be removed from JsonFilter when returning []
  • Removed fig: as default for Image altText.

GroovyPandoc v0.1

29 Mar 19:43
Compare
Choose a tag to compare

First release of GroovyPandoc.