This PR was merged into the 2.x branch.
Discussion
----------
Add the `column` filter
This adds a `column` filter that uses the [`array_column`](http://us2.php.net/manual/en/function.array-column.php) function added in PHP 5.5. Test included.
Commits
-------
48ae9d9c Add the `column` filter
* 1.x:
Add Traversable support of length filter
Update json_encode.rst
Add spaceless filter to the index
fix major version in Environment
bumped version to 1.38.5-DEV
prepared the 1.38.4 release
This PR was squashed before being merged into the 1.x branch (closes#2923).
Discussion
----------
Add Traversable support of length filter
closes https://github.com/twigphp/Twig/issues/2922
Commits
-------
3a32f4a5 Add Traversable support of length filter
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#2921).
Discussion
----------
Update json_encode.rst
Commits
-------
a07b5ea0 Update json_encode.rst
This PR was merged into the 1.x branch.
Discussion
----------
Add spaceless filter to the docs index
Commits
-------
57beae46 Add spaceless filter to the index
This PR was merged into the 1.x branch.
Discussion
----------
fix major version in Environment
Commits
-------
cee29710 fix major version in Environment
This PR was merged into the 1.x branch.
Discussion
----------
Fix CheckToStringNode implementation
closes#2908
Commits
-------
e24f796b fixed CheckToStringNode implementation
This PR was merged into the 1.x branch.
Discussion
----------
Refactor the implementation of dump()
Commits
-------
243021e6 refactored the implementation of dump()
This PR was squashed before being merged into the 1.x branch (closes#2909).
Discussion
----------
Allow Traversable objects to be used in the with keyword of the include and embed tags
Same as #2901 but for `include` and `embed`.
Commits
-------
068306fe Allow Traversable objects to be used in the with keyword of the include and embed tags
This PR was merged into the 1.x branch.
Discussion
----------
Allow Traversable objects to be used in the with tag
Currently `with` does an `in_array()` check, this allows `Traversable`~/`JsonSerializable`~ objects to be used as they can also contain a hash.
Commits
-------
572a2a09 Allow Traversable objects to be used in the with tag
This PR was squashed before being merged into the 2.x branch (closes#2904).
Discussion
----------
Add some type hints
Commits
-------
6c91803a added some type hints on final classes
1dead738 added some type hints on constructors
241f95cb added some type hints on private methods