New filter: Where: {{ _array|where('foo') }} will return an array with foo values only or {{ _ages|where(12, '>') }} will return an array where ages are greater than 12..
Added format support to |markup filter. _article.body|markup('full_html')
This is the BETA 1 version.
New features:
1 - Change entity form mode
2 - Dependent field with multiple levels of dependency and one parent can have multiple children.