Skip to content

v0.3.0 - Introducing Fragments

Compare
Choose a tag to compare
@erdos erdos released this 22 May 16:25
· 335 commits to master since this release

What is new

This release introduces the concept of document fragments. Fragments are a special type of templates that let the user embed parts of documents in the template. For example, headers and footers can be stored in distinct template documents so it is possible to reuse parts across documents.

Improvements

  • Added support for elseif syntax.
  • Added example documents.
  • New function: xml() lets you embed XML parts to the document.
  • Performance improvements by removing unnecessary parallelism.