Skip to content

v5.1.0

Compare
Choose a tag to compare
@EdmondDantes EdmondDantes released this 27 Oct 15:03
· 22 commits to master since this release

Release 5.1.0 - 2024-10-27

Added

  • Added interface Throwable to BaseExceptionInterface.
  • Class Error was extended from ErrorException.
  • Added MonologProcessor for Monolog.

Fixed

  • Fixed the PHPDoc type hints for PHPStan.
  • Fixed the ResourceException class and sibling classes.

Changed

  • Rename method BaseExceptionInterface::template() to BaseExceptionInterface::getTemplate().
  • Update documentation (English and Russian).
  • Exceptions are no longer added to the exception registry.
    This functionality is disabled by default.

Full Changelog: v5.0.2...v5.1.0