Skip to content

Release version 1.1.0

Compare
Choose a tag to compare
@yetamine yetamine released this 27 Sep 19:48
· 29 commits to version/1.x since this release
RELEASE/1.1.0

A few minor additions:

  • Added TemplateResolvingException and TemplateSyntaxException to support the usual problems in a well-documented way. Not used actually by the standard implementation (class Interpolation) 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).