feat: added support for ranges in if-in expression (#193)

This commit is contained in:
Ilya Puchka
2018-04-05 01:22:05 +01:00
committed by Kyle Fuller
parent 29e859f1aa
commit 6b02fccf84
3 changed files with 9 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
- Added `indent` filter
- Allow using new lines inside tags
- Added support for iterating arrays of tuples
- Added support for ranges in if-in expression
### Bug Fixes