mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
204f25317388a78156c28caf9e0d3a4161fc43df
This PR was merged into the 1.18-dev branch. Discussion ---------- Let's talk about Twig 2.0 No big changes, just the removal of deprecated features and things already documented in the docs. see #1525 for some discussions. Commits -------72cc7d8removed obsolete docsa1d5374removed obsolete raw tagc15b426removed deprecated Twig_Loader_String class42bd35eupdated CHANGELOG886b863removed the Autoloader as Composer provide one73311f1simplified code with finally6d50f98replaced array() by [] in *generated* PHP code5388a13removed usage of call_user_func when possiblea9fa64ereplaced some functions by anonymous ones6c3febcremoved pre-1.8 autoescape tag syntax, removed true as a valid autoescape strategy706d659drop support for PHP 5.3 and 5.4176f60dremoved obsolete Twig_Simple* classesdf3d533removed obsolete interfacesf0a81e0dropped support for PHP 5.2bb30b98udpated the docs for 2.09aae0a3removed deprecated Node::toXml() methoddc04436removed deprecated tests2def83dadded missing deprecation notices558ca46remove string casts from loader which was done for template reference objects, but this type of parameter is not contracted by the LoaderInterface5eff1b1remove unneeded string cast6cbbe7cfixed a unit test as Twig_ExistsLoaderInterface has been merged into Twig_LoaderInterfacecd72eb7simplified code4be32fbsimplified code84ed354simplified code0b0385fremoved the ability to register a global variable after the runtime or the extensions have been initialized79f52aaimproved the performance of the filesystem loaderd821ec2removed deprecated Twig_Environment::removeExtension()2d659edremoved deprecated token parser broker13f8ed7updated CHANGELOGfbecccdemptied deprecated interfaces80395d1removed deprecated Twig_Test_* classesd2c864dremoved deprecated Twig_Function_* classes4aef0c2removed deprecated Twig_Filter_* classesf9195a2bumped version to 2.0.0-DEV
…
Twig, the flexible, fast, and secure template language for PHP ============================================================== Twig is a template language for PHP, released under the new BSD license (code and documentation). Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment. More Information ---------------- Read the `documentation`_ for more information. .. _documentation: http://twig.sensiolabs.org/documentation
Description
Languages
PHP
99.9%