Skip to content

v2.2.0

Compare
Choose a tag to compare
@pheyvaer pheyvaer released this 04 Aug 12:11
· 63 commits to development since this release

Added

  • template files are loaded once at the start and then cached with their front-matter (see issue 87)
  • .njk is interpreted as a nunjuck template (see issue 75)
  • error when integer in graphql query variable can't be parsed (see issue 84)

Fixed

  • html-convertor can't convert a template using a layout that in turn extends another layout
  • class RdfConverter does not obey Convertor interface (see issue 58)
  • Fix memory leak (see issue 83)

Changed