feat: added in expression in if tag (#143)

This commit is contained in:
Ilya Puchka
2017-10-01 12:46:48 +02:00
committed by Kyle Fuller
parent 000e9a7f1a
commit 3180b26673
4 changed files with 49 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
the for loop 0 indexed.
- Introduces a new `DictionaryLoader` for loading templates from a Swift
Dictionary.
- Added `in` expression in if tag for strings and arrays of hashable types
### Bug Fixes