Skip to content

Release version 1.4.0

Latest
Compare
Choose a tag to compare
@yetamine yetamine released this 27 Sep 19:53
· 7 commits to version/1.x since this release
RELEASE/1.4.0

An update with an important fix and a couple of new features:

  • Fix wrong expansion of constants with TemplateRecursion.
  • TemplateRecursion::resolve made public (which was forgotten in the previous release).
  • Interpolation now supports several new options (see below).
  • A few documentation improvements.

Interpolation was revamped and significantly extended. It is now possible to double a placeholder opening sequence to escape it (i.e., the escaping sequence can be equal to the opening sequence) and it is possible to define a placeholder with no closing sequence, but rather a predicate to determine the end of the placeholder. This allows making such $simple_placeholders with no brackets.