Filter posts by Symfony release
Symfony 2.8 added support for XLIFF 2.0, for dumping translation contents without writing them in a file and for configuring the paths where translation files should be loaded from.
March 3, 2016
#Living on the edge
The upcoming Symfony 3.1 version will introduce lots of new and useful features for the Yaml component. But before enjoying those features, in Symfony 2.8 we needed to deprecate some features to make Yaml files comply with the Yaml specification.
March 2, 2016
#Living on the edge
Symfony 2.8 includes a ClockMock class to avoid transient tests because of time-related errors and to make your tests faster.
February 29, 2016
#Living on the edge
If you have created a new Symfony project recently, you may have noticed a big change in the development log file. Now we only log the important information, which makes log files cleaner and improves the development experience.
January 14, 2016
#Living on the edge
Security Voters are the recommended way to check for user permissions in Symfony applications In Symfony 2.6 we introduced an AbstractVoter class to reduce the boilerplate code needed to define a voter. In Symfony 2.8 we have simplified voters a bit more thanks to the new Voter class.
December 22, 2015
#Living on the edge
DX or Developer Experience is essential for Symfony project. We work very hard to improve DX in each Symfony release and the recent Symfony 2.8 version is no exception.
December 16, 2015
#Living on the edge
Symfony 2.8 defines a style guide that makes the output of the Symfony commands visually consistent and which allows you to create simpler commands.
December 7, 2015
#Living on the edge
The Symfony Form component keeps improving with each new version. In Symfony 2.8 we added lots of small but useful tweaks.
November 27, 2015
#Living on the edge
Symfony 2.8 introduces a new microkernel trait which enables to use Symfony as a microframework. This will greatly simplify the creation of single-file (or just smaller) Symfony applications.
November 19, 2015
#Living on the edge
The Symfony Console component is our second most popular component, with more than 1 million monthly downloads and more than 2,300 projects depending on it. In Symfony 2.8 we extended its capabilities with some new features.
November 13, 2015
#Living on the edge