This PR was merged into the 1.x branch.
Discussion
----------
Allow Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning)
Commits
-------
f297b52f allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#2983).
Discussion
----------
Add Parser typehint
This makes it easier to work with.
Commits
-------
9ead7df1 Add Parser typehint
This PR was merged into the 1.x branch.
Discussion
----------
Add the apply tag
The `apply` tag replaces the `filter` tag to be able to fix#2929 without a BC break. The two tags do the same thing except that the `apply` tag does not create a new scope.
Commits
-------
619bc12f added the apply tag
This PR was merged into the 1.x branch.
Discussion
----------
Typo in TemplateWrapper::getTemplateName() method name
Commits
-------
c9a1cb02 Update TemplateWrapper.php
This PR was merged into the 1.x branch.
Discussion
----------
Allow Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning)
That will allow to type hint properly in Twig 3.0.
Commits
-------
5138cfd2 allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning)
This PR was merged into the 1.x branch.
Discussion
----------
Fix Parser contract for some implementations
Commits
-------
fe6df56e fixed Parser contract for some implementations
This PR was merged into the 1.x branch.
Discussion
----------
Tweak macro docs
closes#2344
Error message were improved a while ago, and this PR makes the documentation clearer about the expectations.
Commits
-------
7446a6d8 tweaked macro docs
This PR was merged into the 1.x branch.
Discussion
----------
Fix in test to support Twig_Markup instances
closes#1512 (extracted from #1768)
Commits
-------
8f00576e fixed in test to support Twig_Markup instances
This PR was merged into the 1.x branch.
Discussion
----------
Fix import macros from a template string
closes#2946
Commits
-------
f0c58854 fixed import macros from a template string
This PR was merged into the 1.x branch.
Discussion
----------
Add a note about escaping
closes#2623, closes#2661
Commits
-------
a83f7e85 added a note about escaping
This PR was merged into the 1.x branch.
Discussion
----------
Fix Lexer when using custom options containing the # char
closes#2948
Commits
-------
7b5851fe fixed Lexer when using custom options containing the # char