Stencil v0.12.0 Release Notes

Release Date: 2018-08-26 // over 5 years ago
  • ✨ 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