File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 66
77- Added an optional second parameter to the ` include ` tag for passing a sub context to the included file.
88 [ Yonas Kolb] ( https://github.com/yonaskolb )
9- [ #394 ] ( https://github.com/stencilproject/Stencil/pull/214 )
9+ [ #214 ] ( https://github.com/stencilproject/Stencil/pull/214 )
10+ - Variables now support indirect evaluation. For example, if you have a variable ` key = "name" ` , and an
11+ object ` item = ["name": "John"] ` , then ` {{ item.$key }} ` will evaluate to "John".
12+ [ David Jennes] ( https://github.com/djbe )
13+ [ #215 ] ( https://github.com/stencilproject/Stencil/pull/215 )
1014
1115### Bug Fixes
1216
13- - Fixed using quote as a filter parameter
17+ - Fixed using quote as a filter parameter.
18+ [ Ilya Puchka] ( https://github.com/ilyapuchka )
19+ [ #210 ] ( https://github.com/stencilproject/Stencil/pull/210 )
1420
1521
1622## 0.11.0 (2018-04-04)
You can’t perform that action at this time.
0 commit comments