Release version 1.1.0
·
29 commits
to version/1.x
since this release
A few minor additions:
- Added
TemplateResolvingException
andTemplateSyntaxException
to support the usual problems in a well-documented way. Not used actually by the standard implementation (classInterpolation
) so far, as this implementation is highly tolerant. - Improved the default
TemplateFormat::resolve
implementation to avoid creating any temporary template representation (rather builds the result on-the-fly).