Filter posts by Symfony release
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
Symfony 4.3 adds support for "wither methods" so you can configure optional features for services whilst keeping them immutable.
April 4, 2019
#Living on the edge
Symfony 4.3 adds lots of new assertions to simplify your functional tests and boost your productivity.
April 3, 2019
#Living on the edge
In Symfony 4.3, the Doctrine mapping configuration is introspected to automatically add some validation constraints based on it.
April 2, 2019
#Living on the edge
In Symfony 4.3, the new Unique constraint can validate that all the elements of a given collection are unique.
March 29, 2019
#Living on the edge
In Symfony 4.3, routes can define three new options called utf8, locale and format to configure those values directly without having to add other options to do that.
March 28, 2019
#Living on the edge
In Symfony 4.3, the Finder component can exclude from the results all the files/directories that match the patterns of the gitignore file.
March 27, 2019
#Living on the edge