Skip to content

Releases: MaplePHP/Blunder

v1.3.1

19 Feb 22:40
0e4d040

Choose a tag to compare

This change prevents the CLI process from exiting with a non zero status unless a real shutdown error has been detected. Previously, exit could be triggered even when no failure occurred, which caused false error codes in Composer and other automation tools.

v1.3.0

12 Jan 17:44
09485e3

Choose a tag to compare

This release focuses on improving structure, robustness, and developer experience. The codebase and project layout have been cleaned up and organized, error and exception handling has been refined, and CLI behavior has been made more reliable and consistent. Debugging and tracing support have been strengthened, documentation and comments improved, and overall code quality and standards alignment have been enhanced.

v1.2.1

13 Mar 21:02

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

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

Choose a tag to compare

  • Minor bug fixes
  • File structure improvements
  • Improved OB handling

v1.1.1

30 Sep 16:59

Choose a tag to compare

A minor masking issue was addressed in the shutdown handler.

v1.1.0

29 Sep 14:53
d7796aa

Choose a tag to compare

  • Code quality improvements
  • CLI Error handler Improvements

v1.0.4

18 Aug 12:16

Choose a tag to compare

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

v1.0.3

18 Aug 10:10

Choose a tag to compare

Improved output formatting and fixed bugs in the XML handler.

v1.0.2

17 Aug 18:36

Choose a tag to compare

Shutdown exception patch and minor CSS improvements.