Releases: codemonster-ru/dumper
Releases · codemonster-ru/dumper
Release list
Release v1.0.0
Added
- Initial release of
codemonster-ru/dumper - Added
Dumper::dump()with optional$modeargument (cli|html) - Added
Dumper::dd()for dump-and-die behavior - Supports CLI color output and HTML formatted output
- Added
terminate()method for test-safe exit handling - Added PHPUnit test suite for CLI, HTML, and
dd()behavior