This week, Symfony development activity focused on polishing and fixing bugs for the newly released 4.4 and 5.0 versions. In addition, Symfony introduced a new polyfill to deal with UUIDs.
December 1, 2019
#A week of symfony
The new Symfony UUID polyfill can replace the UUID PECL package entirely when you can't or don't want to install the PECL package.
November 29, 2019
#Living on the edge
❤️ 1
In Symfony 4.4, the YAML syntax of method calls has been simplified, you have better control of errors when decorating services and you can also define different priorities for tagged services.
November 28, 2019
#Living on the edge
In Symfony 4.4, the Dependency Injection component allows to bind tagged services, use base64url values in env vars, ignore errors when importing files and dump the entire container in a single file.
November 27, 2019
#Living on the edge
In Symfony 4.4, the Console commands display a clickable marker to find the file and line where the dump() or dd() calls were made.
November 26, 2019
#Living on the edge
This week, Symfony released 4.4.0 and 5.0.0 versions. Symfony 5 was released on stage during Fabien's keynote at the SymfonyCon Amsterdam 2019 conference, which was the biggest Symfony conference ever, gathering more than 1,600 developers from all around the world.
November 24, 2019
#A week of symfony