File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ Console
73
73
- ``Arguments::hasArgument() `` and ``getArgument() `` will now raise an exception
74
74
if an unknown argument name is provided. This helps prevent mixing up option/argument names.
75
75
76
+
77
+ Controller
78
+ ----------
79
+
80
+ - Components can now use the DI container to have dependencies resolved and
81
+ provided as constructor parameters just like Controllers and Commands do.
82
+
76
83
Core
77
84
----
78
85
81
88
a typesafe way to cast request data or other input and return ``null `` when conversion fails.
82
89
- ``pathCombine() `` was added to help build paths without worrying about duplicate and trailing slashes.
83
90
84
- Controller
85
- ----------
86
-
87
- - Components can now use the DI container to have dependencies resolved and
88
- provided as constructor parameters just like Controllers and Commands do.
89
-
90
91
Database
91
92
--------
92
93
@@ -104,6 +105,12 @@ Datasource
104
105
``removeDelete() `` methods were added. These methods allow you to remove rules
105
106
by name.
106
107
108
+ Error
109
+ -----
110
+
111
+ - ``ErrorLoggerInterface `` now extends ``Psr\Log\LoggerInterface `` improving
112
+ interoperability with custom loggers that use PSR-3 traits and interfaces.
113
+
107
114
Http
108
115
----
109
116
You can’t perform that action at this time.
0 commit comments