feat(variable): Allow accessing dictionary count

This commit is contained in:
Yonas Kolb
2017-05-02 14:52:55 +08:00
committed by Kyle Fuller
parent 3180b26673
commit 14bac03990
3 changed files with 16 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
- Introduces a new `DictionaryLoader` for loading templates from a Swift
Dictionary.
- Added `in` expression in if tag for strings and arrays of hashable types
- You can now access the amount of items in a dictionary using the `count`
property.
### Bug Fixes