Skip to content

Makes brackets work with literals

Choose a tag to compare

@phillipskevin phillipskevin released this 01 Jun 17:35
· 899 commits to master since this release

#207

Makes these work:

{{ test['foo'][0] }}

{{ test['foo'].zed }}

{{ test['foo'].zed['bar'] }}