Kategorie: Symfony
A Week of Symfony #828 (7-13 November 2022)
This week, Symfony 6.2 continued polishing and fixing features before its final release at the end of November…
New in Symfony 6.2: Notifier and Mailer Integrations
Each new version of Symfony adds integrations with third-party services. In Symfony 6.2 we've added some integrations to…
New in Symfony 6.2: Better PHP Translation Extractor
Contributed by Mathieu Santostefano in #46161. Symfony includes a translation:extract command that looks for translatable contents in Twig…
New in Symfony 6.2: Conditional Constraints
Contributed by wuchen90 in #42593. The Symfony Validator component includes some advanced constraints such as Callback (to implement…
New in Symfony 6.2: PSR-4 Route Loader
Contributed by Alexander M. Turek in #47916 and #47943. In your Symfony applications you probably have a configuration…
New in Symfony 6.2: Finder Improvements
The Finder component provides utilities to find files/directories via multiple filter and sort methods. In Symfony 6.2 we're…
A Week of Symfony #827 (31 October – 6 November 2022)
This week, Symfony development activity focused on polishing Symfony 6.2 features before its final release at the end…
New in Symfony 6.2: Clock Component
Contributed by Nicolas Grekas in #46715. Testing time-related functions is difficult and produces transient test errors. That's why…
New in Symfony 6.2: Access Token Authenticator
Contributed by Florent Morselli in #46428. Access tokens, also called bearer tokens, are defined in RFC6750 and are…
New in Symfony 6.2: Better Emoji Support ?
Contributed by Grégoire Pineau in #46755, #47263 and #47264. Nowadays, you can find emojis everywhere: from email subjects…