Skip to content

Releases: codemonster-ru/dumper

Release list

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 15:50

Added

  • Initial release of codemonster-ru/dumper
  • Added Dumper::dump() with optional $mode argument (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