feat: apply string filters to arrays (#190)

This commit is contained in:
Ilya Puchka
2018-01-22 18:20:42 +01:00
committed by Kyle Fuller
parent c30597457f
commit c4a84a6375
3 changed files with 49 additions and 23 deletions

View File

@@ -8,6 +8,7 @@
- The `{% for %}` tag can now iterate over tuples, structures and classes via
their stored properties.
- Added `split` filter
- Allow default string filters to be applied to arrays
### Bug Fixes