Releases: MaplePHP/Blunder
Releases · MaplePHP/Blunder
v1.3.1
v1.3.0
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
🔥 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.