feat: added split fitler (#187)

This commit is contained in:
Ilya Puchka
2018-01-22 01:49:32 +01:00
committed by Kyle Fuller
parent 2e80f70f67
commit c30597457f
4 changed files with 31 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- Added support for resolving superclass properties for not-NSObject subclasses
- The `{% for %}` tag can now iterate over tuples, structures and classes via
their stored properties.
- Added `split` filter
### Bug Fixes