Skip to content

v0.3.3 - bugfixes

Compare
Choose a tag to compare
@erdos erdos released this 05 Jun 06:21
· 307 commits to master since this release

Bugfixes

  • Fixed bug in TemplateVariables type which made it always return an empty set of variables.

Imrovements

  • PreparedTemplate and PreparedFragment types now implement AutoCloseable interface. Now they can be used in a try-with-resources block.
  • Added a getAllFragmentNames method to the TemplateVariables type to query all imported fragment names for a prepared template object.