feat: Add DictionaryLoader to load templates from dictionary

Closes #97
This commit is contained in:
Kyle Fuller
2017-09-07 18:40:21 +01:00
parent 7b9817ed50
commit 000e9a7f1a
4 changed files with 62 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
- Adds `counter0` to for loop context allowing you to get the current index of
the for loop 0 indexed.
- Introduces a new `DictionaryLoader` for loading templates from a Swift
Dictionary.
### Bug Fixes