« Living on the edge » blog posts
A series of posts showcasing the new features introduced by each Symfony version.
Filter posts by Symfony release
In Symfony 4.3, the DomCrawler component provides optional integration with the masterminds/html5 library to improve the parsing of HTML5 contents.
April 25, 2019
#Living on the edge
In Symfony 4.3, the HttpCache responses can include more logging info so you can process it later to find more caching opportunities.
April 24, 2019
#Living on the edge
In Symfony 4.3, a new UrlHelper class will simplify the generation of absolute/relative URLs for a given path.
April 23, 2019
#Living on the edge
In Symfony 4.3 we've replaced the Argon2iPasswordEncoder by a new generic SodiumPasswordEncoder that supports all the Argon2 variants (argon2d, argon2i, and argon2id)
April 17, 2019
#Living on the edge
In Symfony 4.3, the Intl component provides new classes for a simpler access to its localized data.
April 16, 2019
#Living on the edge
In Symfony 4.3 we improved the Workflow component with lots of major and minor features. This blog post summarizes the most important ones.
April 15, 2019
#Living on the edge
In Symfony 4.3 we made the Inflector a non-internal component and added the pluralize method to get the plural form of a given singular English word.
April 12, 2019
#Living on the edge
Symfony 4.3 will include a new Timezone validator to check that the given value is a valid timezone defined by PHP.
April 11, 2019
#Living on the edge
In Symfony 4.3, the answers of the Console question helper can be autocompleted with a callback function to generate suggestions dynamically.
April 10, 2019
#Living on the edge
In Symfony 4.3, a new NotPwned constraint lets you validate that users' passwords have not been compromised in any public data breach.
April 5, 2019
#Living on the edge