v4.3.0
Added
- Support Middleware Aliases on Routes & Controllers
Helpers::logger()
(and globallogger()
) helper functions- Bound the
Logger
instance to the PSR-3 interfacePsr\Log\LoggerInterface
in the Container.
Patched
- Prevent Errors with a level of
E_USER_NOTICE
orE_USER_DEPRECATED
from being fatal.