New in Symfony 4.3: Deprecated the Templating component integration
In Symfony 4.3, the usage of PHP to create templates and form themes has been deprecated (and it will be removed in Symfony 5.0).
New in Symfony 4.3: Number constraints
Symfony 4.3 adds four new constraints related to numbers: Positive, Negative, PositiveOrZero, NegativeOrZero.
New in Symfony 4.3: Better HTML5 parser for DomCrawler
In Symfony 4.3, the DomCrawler component provides optional integration with the masterminds/html5 library to improve the parsing of HTML5 contents.
New in Symfony 4.3: Improved HttpCache logging
In Symfony 4.3, the HttpCache responses can include more logging info so you can process it later to find more caching opportunities.
New in Symfony 4.3: URL Helper
In Symfony 4.3, a new UrlHelper class will simplify the generation of absolute/relative URLs for a given path.
New in Symfony 4.3: Sodium password encoder
In Symfony 4.3 we've replaced the Argon2iPasswordEncoder by a new generic SodiumPasswordEncoder that supports all the Argon2 variants (argon2d, argon2i, and argon2id)
New in Symfony 4.3: Simpler access to Intl data
In Symfony 4.3, the Intl component provides new classes for a simpler access to its localized data.
New in Symfony 4.3: Workflow improvements
In Symfony 4.3 we improved the Workflow component with lots of major and minor features. This blog post summarizes the most important ones.
Falta apenas 1 mês para o SymfonyLive São Paulo 2019
We've selected all the speakers of the upcoming SymfonyLive Brasil conference organized on May 16th-17th. Discover the conference schedule!
New in Symfony 4.3: Better inflector
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.
SymfonyLive Warszawa 2019: discover the conference schedule!
We've selected all the speakers of the upcoming SymfonyLive Warszawa conference organized on June 13th-14th. Discover the conference schedule!
New in Symfony 4.3: Timezone validator
Symfony 4.3 will include a new Timezone validator to check that the given value is a valid timezone defined by PHP.
New in Symfony 4.3: Better console autocomplete
In Symfony 4.3, the answers of the Console question helper can be autocompleted with a callback function to generate suggestions dynamically.
New in Symfony 4.3: Compromised password validator
In Symfony 4.3, a new NotPwned constraint lets you validate that users' passwords have not been compromised in any public data breach.
New in Symfony 4.3: Configuring services with immutable setters
Symfony 4.3 adds support for "wither methods" so you can configure optional features for services whilst keeping them immutable.
SymfonyLive Tunis 2019: the entire schedule is out!
Discover the entire schedule for SymfonyLive Tunis 2019. New, you can now register to the conference and the workshops in Tunisian Dinar. Check it out!
New in Symfony 4.3: Better test assertions
Symfony 4.3 adds lots of new assertions to simplify your functional tests and boost your productivity.
New in Symfony 4.3: Automatic validation
In Symfony 4.3, the Doctrine mapping configuration is introspected to automatically add some validation constraints based on it.