Releases: MaplePHP/Blunder
Releases · MaplePHP/Blunder
v1.2.1
🔥 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
🚀 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
- Minor bug fixes
- File structure improvements
- Improved OB handling
v1.1.1
v1.1.0
v1.0.4
Added a prompt handler for the command-line interface (CLI).
v1.0.3
Improved output formatting and fixed bugs in the XML handler.
v1.0.2
Shutdown exception patch and minor CSS improvements.
v1.0.1
Fixed minor bug for better readability for rows that contains arrays.
v1.0.0
The first published version.