Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 982 Bytes

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 982 Bytes

Changelog

All notable changes to LaravelExceptions will be documented in this file.

Unreleased

Version 3.0.1

Fixed

  • Compatibility issues

Version 3.0.0

Added

  • Support for UP TO Laravel 10.x

Version 2.0.0

Removed

  • Support for PHP 7.4

Updated

Version 1.3.0

Added

  • Laravel Enum library to map constants
  • Support for Laravel 9

Updated

  • Composer dependencies

Version 1.2.0

Added

  • Support for rendering errors, according to Laravel ExceptionHandler class

Version 1.1.1

Fixed

  • Proper PHP support in composer.json

Version 1.1.0

Added

  • Support for Laravel 6.x, together with 7.x and 8.x

Version 1.0.2

Fixed

  • composer.json class mapping

Version 1.0.1

Fixed

  • Licence file issue

Version 1.0.0

Added

  • LogicErrorException class and its Interface