Stencil v0.14.0 Release Notes

Release Date: 2020-08-17 // over 3 years ago
  • ๐Ÿ’ฅ Breaking

    • โฌ‡๏ธ Drop support for Swift < 4.2. For Swift 4 support, you should use Stencil 0.13.1.
      David Jennes #294

    โœจ Enhancements

    • โž• Added support for dynamic filter using filter filter. With that you can define a variable with a name of filter , i.e. myfilter = "uppercase" and then use it to invoke this filter with {{ string|filter:myfilter }}.
      Ilya Puchka #203

    ๐Ÿ—„ Deprecations

    None

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed using parenthesis in boolean expressions, they now can be used without spaces around them.
      Ilya Puchka #254
    • Throw syntax error on empty variable tags ({{ }}) instead fatalError.
      Ilya Puchka #263

    Internal Changes