Symfony 3.2 includes a new DateInterval form type to deal with calendar-related information such as reminders and bookings.
July 4, 2016
#Living on the edge
This week, Symfony 2.7.15, 2.8.8, 3.0.8 and 3.1.2 maintenance versions were released. Meanwhile, the upcoming Symfony 3.2 version continued adding new features, such as support for setter injection autowiring, configurable output for VarDumper component, deprecated access to private services and a new security resolver to get the current user via controller typehints.
July 3, 2016
#A week of symfony
Compiler passes are the mechanism provided by Symfony to manipulate the service definitions while the container is being compiled before the application execution. In Symfony 3.2 we introduced some new features for them.
July 1, 2016
#Living on the edge
In Symfony 3.2, we decided to augment the YAML format with a custom extension to support PHP constants. This feature provides feature parity with other configuration formats, such as XML.
June 30, 2016
#Living on the edge
Symfony 3.2 adds a new helper method to the base controller called file(). Its purpose is to simplify serving binary files.
June 29, 2016
#Living on the edge
The Cache component is a strict implementation of the PSR-6: Caching Interface standard. You can use it to cache arbitrary content in your application and some Symfony components use it internally to improve their performance.
June 28, 2016
#Living on the edge