v0.3.3 - bugfixes
Bugfixes
- Fixed bug in
TemplateVariables
type which made it always return an empty set of variables.
Imrovements
PreparedTemplate
andPreparedFragment
types now implementAutoCloseable
interface. Now they can be used in a try-with-resources block.- Added a
getAllFragmentNames
method to theTemplateVariables
type to query all imported fragment names for a prepared template object.