You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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