You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* deprecated `app.security` in twig as `app.user` and `is_granted()` are
45
+
already available
44
46
45
47
2.5.0
46
48
-----
47
49
48
-
* Added `translation:debug` command
49
-
* Added `--no-backup` option to `translation:update` command
50
-
* Added `config:debug` command
51
-
* Added `yaml:lint` command
52
-
* Deprecated the `RouterApacheDumperCommand` which will be removed in Symfony 3.0.
50
+
* added `translation:debug` command
51
+
* added `--no-backup` option to `translation:update` command
52
+
* added `config:debug` command
53
+
* added `yaml:lint` command
54
+
* deprecated the `RouterApacheDumperCommand` which will be removed in
55
+
Symfony 3.0.
53
56
54
57
2.4.0
55
58
-----
@@ -62,38 +65,48 @@ CHANGELOG
62
65
2.3.0
63
66
-----
64
67
65
-
*[BC BREAK] added a way to disable the profiler (when disabling the profiler, it is now completely removed)
66
-
To get the same "disabled" behavior as before, set `enabled` to `true` and `collect` to `false`
67
-
*[BC BREAK] the `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RegisterKernelListenersPass` was moved
68
-
to `Component\HttpKernel\DependencyInjection\RegisterListenersPass`
69
-
* added ControllerNameParser::build() which converts a controller short notation (a:b:c) to a class::method notation
68
+
*[BC BREAK] added a way to disable the profiler (when disabling the profiler,
69
+
it is now completely removed).
70
+
To get the same "disabled" behavior as before, set `enabled` to `true` and
71
+
`collect` to `false`
72
+
*[BC BREAK] the `Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RegisterKernelListenersPass`
73
+
was moved to `Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass`
74
+
* added `ControllerNameParser::build()` which converts a controller short
75
+
notation (a:b:c) to a class::method notation
70
76
* added possibility to run PHP built-in server in production environment
71
77
* added possibility to load the serializer component in the service container
72
78
* added route debug information when using the `router:match` command
73
79
* added `TimedPhpEngine`
74
80
* added `--clean` option to the `translation:update` command
75
81
* added `http_method_override` option
76
82
* added support for default templates per render tag
77
-
* added FormHelper::form(), FormHelper::start() and FormHelper::end()
78
-
* deprecated FormHelper::enctype() in favor of FormHelper::start()
79
-
* RedirectController actions now receive the Request instance via the method signature.
83
+
* added `FormHelper::form()`, `FormHelper::start()` and `FormHelper::end()`
84
+
* deprecated `FormHelper::enctype()` in favor of `FormHelper::start()`
85
+
*`RedirectController` actions now receive the Request instance via the method
86
+
signature.
80
87
81
88
2.2.0
82
89
-----
83
90
84
91
* added a new `uri_signer` service to help sign URIs
85
-
* deprecated `Symfony\Bundle\FrameworkBundle\HttpKernel::render()` and `Symfony\Bundle\FrameworkBundle\HttpKernel::forward()`
86
-
* deprecated the `Symfony\Bundle\FrameworkBundle\HttpKernel` class in favor of `Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel`
87
-
* added support for adding new HTTP content rendering strategies (like ESI and Hinclude)
88
-
in the DIC via the `kernel.fragment_renderer` tag
89
-
*[BC BREAK] restricted the `Symfony\Bundle\FrameworkBundle\HttpKernel::render()` method to only accept URIs or ControllerReference instances
and `Symfony\Bundle\FrameworkBundle\HttpKernel::forward()`
94
+
* deprecated the `Symfony\Bundle\FrameworkBundle\HttpKernel` class in favor
95
+
of `Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel`
96
+
* added support for adding new HTTP content rendering strategies (like ESI and
97
+
Hinclude) in the DIC via the `kernel.fragment_renderer` tag
98
+
*[BC BREAK] restricted the `Symfony\Bundle\FrameworkBundle\HttpKernel::render()`
99
+
method to only accept URIs or ControllerReference instances
90
100
*`Symfony\Bundle\FrameworkBundle\HttpKernel::render()` method signature changed and the first argument
91
101
must now be a URI or a ControllerReference instance (the `generateInternalUri()` method was removed)
92
-
* The internal routes (`Resources/config/routing/internal.xml`) have been removed and replaced with a listener (`Symfony\Component\HttpKernel\EventListener\FragmentListener`)
102
+
* The internal routes (`Resources/config/routing/internal.xml`) have been removed and replaced with
103
+
a listener (`Symfony\Component\HttpKernel\EventListener\FragmentListener`)
93
104
* The `render` method of the `actions` templating helper signature and arguments changed
94
-
* replaced Symfony\Bundle\FrameworkBundle\Controller\TraceableControllerResolver by Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
95
-
* replaced Symfony\Component\HttpKernel\Debug\ContainerAwareTraceableEventDispatcher by Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
0 commit comments