feat: Allow iterating over tuple, struct and class properties

Closes #173
This commit is contained in:
Ilya Puchka
2017-12-27 22:13:33 +01:00
committed by Kyle Fuller
parent 0156f6f37b
commit c0e66eb96f
3 changed files with 95 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
### Enhancements
- 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.
### Bug Fixes