Skip to content

Releases: leafsphp/exceptions

v3.7

18 Sep 23:10

Choose a tag to compare

v3.7 - 18 Sep 2025

Changed

  • Disable logging if the logger module isn't installed

v3.6.3

25 Jan 13:56
1a8cf4b

Choose a tag to compare

v3.6.3 - 22 Feb 2025

Fixed

  • Add explicit nullable definition by @joanhey
  • increase code frame max-height to show error line @ibnsultan
  • hide server and env variables on non local environment

v3.6

14 Dec 12:00

Choose a tag to compare

v3.6

Added

  • Added generic error screen

v3.5

01 Dec 15:33
e5bf7d5

Choose a tag to compare

v3.5 - 1 Dec 2024

Fixed

  • Patched up PHP 8.4 warnings by @joanhey

v3.4

25 Aug 02:21

Choose a tag to compare

v3.4 - 25 August 2024

Fixed

  • Output correct HTTP error code on error by @ibnsultan

Changed

  • Updated to Leaf's new config API

v3.2.2

24 Aug 22:28

Choose a tag to compare

v3.2.2 - 24 Aug 2023

Fixed

  • Patched up error codes

v3.2.1

08 Jul 12:08

Choose a tag to compare

v3.2.1 - 8 Jul 2023

Fixed

  • Patched up issue with custom handlers

v3.2.0

19 May 06:59

Choose a tag to compare

Added

  • Added custom handler to handle setErrorHandler

Changed

  • Updated default error handlers

v3.1.1

18 Sep 00:39

Choose a tag to compare

v3.1.1 - 18 Sep 2022

Added

  • Added logger to log dev exceptions

v3.0.1

10 Sep 12:31

Choose a tag to compare

v3.0.1 - 10 Sep 2022

Fixed