feat(for loop): added property for loop length (#171)

This commit is contained in:
Ilya Puchka
2018-04-05 01:23:02 +01:00
committed by Kyle Fuller
parent 6b02fccf84
commit f457cddd3f
3 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
- Allow using new lines inside tags
- Added support for iterating arrays of tuples
- Added support for ranges in if-in expression
- Added property `forloop.length` to get number of items in the loop
### Bug Fixes