Skip to content

Releases: MaplePHP/Blunder

v1.2.1

13 Mar 21:02
Compare
Choose a tag to compare

🔥 Remove Strict Severity & Improve Code Structure

This version includes the following improvements:

  • Minor structure improvements – Enhances code organization for better readability and maintainability.
  • Remove strict severity – Strict severity is no longer needed and has been deprecated.
  • Add more tests – Expands test coverage to improve reliability and catch potential issues.

v1.2.0

02 Mar 12:30
bdcf763
Compare
Choose a tag to compare

🚀 New Features in #4

  • Exclude and Redirect Severity Levels – Control which severities are handled and redirect them to custom logic.
  • Custom Handling for Different Severities – Assign different behaviors to specific error levels.
  • Toggle Trace Lines – Enable or disable stack trace details for cleaner debugging output.
  • Exit with a Custom Exit Code – Define a specific exit code when an error occurs.
  • Preserve Original Exceptions in Exception Chaining – Preserve thrown error from original like file and lines in exception chain for better debugging and logging.

v1.1.2

26 Jan 16:33
Compare
Choose a tag to compare
  • Minor bug fixes
  • File structure improvements
  • Improved OB handling

v1.1.1

30 Sep 16:59
Compare
Choose a tag to compare

A minor masking issue was addressed in the shutdown handler.

v1.1.0

29 Sep 14:53
d7796aa
Compare
Choose a tag to compare
  • Code quality improvements
  • CLI Error handler Improvements

v1.0.4

18 Aug 12:16
Compare
Choose a tag to compare

Added a prompt handler for the command-line interface (CLI).

v1.0.3

18 Aug 10:10
Compare
Choose a tag to compare

Improved output formatting and fixed bugs in the XML handler.

v1.0.2

17 Aug 18:36
Compare
Choose a tag to compare

Shutdown exception patch and minor CSS improvements.

v1.0.1

14 Aug 08:38
Compare
Choose a tag to compare

Fixed minor bug for better readability for rows that contains arrays.

v1.0.0

12 Aug 07:29
Compare
Choose a tag to compare

The first published version.