Skip to content

0.12.0

Compare
Choose a tag to compare
@djbe djbe released this 26 Aug 21:39
· 197 commits to master since this release
6a4959c

Enhancements

  • Added an optional second parameter to the include tag for passing a sub context to the included file.
    Yonas Kolb
    #214
  • Variables now support the subscript notation. For example, if you have a variable key = "name", and an
    object item = ["name": "John"], then {{ item[key] }} will evaluate to "John".
    David Jennes
    #215
  • Adds support for using spaces in filter expression.
    Ilya Puchka
    #178
  • Improvements in error reporting.
    Ilya Puchka
    #167

Bug Fixes