January 10, 2016 Javier Eguiluz

This week, Symfony continued with the mild development activity of the last weeks. The most significant changes were that FrameworkBundle now allows to autowire the service_container and that a bug related to assets version strategy was fixed.

Symfony development highlights

2.3 changelog:

e738227: [Yaml] recognize when a block scalar is left

eeaa4dc: [Form] fixed DateTimeType tests using date_widget=choice

1438b9a: [FrameworkBundle] set the kernel.name properly after a cache warmup

b114a85: [Process] fixed potential race condition

2040139: [HttpKernel] forced string comparison on query parameters sort in UriSigner

2.7 changelog:

478710f: [PhpUnitBridge] re-enabled the garbage collector

e38fa13: use proper class to fetch $versionStrategy property

2.8 changelog:

5991565: [Yaml] cast arrays to objects after parsing has finished

4e2eef0: [FrameworkBundle] allowed to autowire service_container

079ab73: [WebProfilerBundle] removed loading status from AJAX toolbar after error

3.0 changelog:

53d6d4b: [Filesystem] fixed dumpFile() negates default file permissions

Master changelog:

3bec813: [Serializer] moved the normalization logic in an abstract class

960a0f4: [DependencyInjection] made YamlFileLoader raise a deprecation notice if a service definition contains unsupported keywords

Newest issues and pull requests

Twig development highlights

Master changelog:

8bd96c1: Let PHP convert Twig_Markup to JSON instead of pre-filtering it

They talked about us