Skip to content

v4.3.0

Compare
Choose a tag to compare
@joelambert joelambert released this 22 Jul 16:12
· 39 commits to master since this release

Added

  • Support Middleware Aliases on Routes & Controllers
  • Helpers::logger() (and global logger()) helper functions
  • Bound the Logger instance to the PSR-3 interface Psr\Log\LoggerInterface in the Container.

Patched

  • Prevent Errors with a level of E_USER_NOTICE or E_USER_DEPRECATED from being fatal.