Merge branch 'master' into iterating-tuple-arrays

This commit is contained in:
Kyle Fuller
2018-03-13 09:12:09 +00:00
committed by GitHub
13 changed files with 319 additions and 31 deletions

View File

@@ -7,6 +7,11 @@
- 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
- Allow default string filters to be applied to arrays
- Similar filters are suggested when unknown filter is used
- Added `indent` filter
- Allow using new lines inside tags
- Added support for iterating arrays of tuples
### Bug Fixes