* 3.x:
Bump version
Prepare the 3.21.0 release
Tweaks html_cva docs
Update CHANGELOG
Create attributes `AsTwigFilter`, `AsTwigFunction` and `AsTwigTest` to ease extension development
Update html_cva.rst
* 3.x:
Fix wrong array index (again)
fix: update extension references in docs to use backticks
[Doc] Fix `code-block` in html_cva
[Docs] Replace `=` by `:` in code examples
fix: deprecated documentation
Use `:` instead of `=` for named argument in the docs
use EmptyNode instead of an Nodes instance without children
Fix `ModuleNode` instanciation when `$embeddedTemplates` is null
merge the Nodes and Node sections
reduce the number of deprecations being triggered
There is no `terminal` code-block in the current Twig documentation.
Using `bash` here instead is more in line with the other pages.
(...and will allow to simplify CSS needed for code blocks)
* 3.x: (30 commits)
Make {} optional for the types tag
Remove the note about types mapping argument
Add a note on the types locality
Fix CS
Fix typos in the docs
Use spl_object_id() instead of spl_object_hash()
Add `LastModifiedExtensionInterface` and implementation in `AbstractExtension` to track modification of runtime classes
Bump version
Optimize NameExpression compilation
Fix typo in enum twig doc functions
Remove dead method in ModuleNode
Bump version
Prepare the 3.18.0 release
Add support for `Twig\Markup`
Fix unary operator precedence change
Replace Twigfiddle by the new Twig playground
Fix MacroNode $name argument can be overridden
Ignore exceptions from undefined handlers when using the guard tag
[Doc] Update the docs about attribute() function
Fix doc
...
* 3.x:
Simplify code
Fix CHANGELOG
Improve YieldReady support docs
Fix some typos in `html_cva` docs
Fix wrong type for cycle position
Add type for join method
* 3.x:
Move sandbox docs to its own chapter in the docs
Deprecate passing a string or an array to Twig callable arguments accepting arrow functions (pass a Closure)
Fix markup
Update html_cva.rst
Fix markup
Fix markup
Added informations in format_currency and format_number docs
Clarify docs for some operators