- Updated Exceptional call signature
- Updated SASS styling
- Converted consts to PascalCase
- Made renderer consts protected
- Improved Veneer support
- Updated Veneer dependency
- Custom rendering for SensitiveParameterValue
- Added support for sensitive properties
- Removed jQuery package
- Fixed Zest editor config
- Converted theme to Vite
- Updated dependency list
- Fixed Veneer stubs in gitattributes
- Added CORS headers to HTTP transport
- Added never return type to dd()
- Improved DateTimeInterface support
- Added enum dump support
- Added Fiber dump support
- Made PHP8.1 minimum version
- Read unkeyed meta from glitchDump as list
- Avoid throwing non-critical ErrorException in production
- Converted phpstan doc comments to generic
- Disabled object auto-count in dump
- Migrated to use effigy in CI workflow
- Fixed PHP8.1 testing
- Fixed exact-match path normalization
- Updated Veneer stub
- Updated composer check script
- Updated Veneer dependency
- Check if dump properties are initialized
- Added ProductionOverride to Renderer interface
- Updated CI environment
- Added concrete types to all members
- Removed PHP7 compatibility
- Updated PSR Log interface to v3
- Updated ECS to v11
- Updated PHPUnit to v9
- Transitioned from Travis to GHA
- Updated PHPStan and ECS dependencies
- Updated Veneer dependency
- Fixed Spl inspect PHPStan type check
- Added Veneer IDE support stub
- Improved return type hints
- Fixed dump stack rewind handling
- Updated for full PHPStan conformance
- Fixed error handler error_reporting level check
- Add ReflectionUnionType support
- Enabled PHP8 testing
- Fixed and updated Symfony var-dumper support
- Applied full PSR12 standards
- Added PSR12 check to Travis build
- Updated Veneer and PHPStan
- Upgraded to Veneer 0.6
- Switched to Glitch Proxy incomplete()
- Use Exceptional for incomplete()
- Updated dependencies
- Moved exception Factory to Exceptional
- Removed all Exception generation functionality
- Switched to Exceptional for exception generation
- Reverted to PHPUnit 8
- Moved Stack and Dumpable to glitch-support
- Only wrap HTML render in iframe if dumped in buffer
- Updated project description
- Added Dumpable interface and inspector support
- Converted EGlitch to use Dumpable interface
- Updated Composer dependency handling
- Removed need for Inspectable interface to provide custom dumping
- Improved CLI exception dump consistency
- Added useTextRenderer() shortcut to Context
- Removed includes from environment list
- Improved globals handling in environment
- Fixed open / close transition animation
- Added json serialize support to stack trace / frame
- Updated XMLWriter dumper
- Updated Veneer dependency
- Added log listener callback
- Added ESetup glitch type
- Fixed interface inheritance bug in Glitch Factory
- Improved path normalizer
- Improved PHPStan setup
- Added PHPStan support
- Bugfixes and updates from max level PHPStan scan
- Added production mode error message page
- Added ability to gracefully handle parse errors
- Automatically detect text/plain header and switch renderer
- Bypass segfault with EventBase class
- Added contain() helper to Context
- Fully wrap ErrorException in error_handler()
- Updated docs
- Fixed base renderDump in production mode
- Updated text icon rendering
- Updated string styling in lists
- Fixed whitespace in strings
- Updated array key colours
- Added parent namespace to class name if also interface
- Added scalarToString() for Reflection inspector
- Added production render override option
- Added emergency exception trace in production mode
- Fixed identifier lists
- Fixed identifier rendering
- Updated text and definition rendering
- Updated errorPageRenderer logic
- Make exception info section visible
- Removed r7 inspector
- Updated entity value handling
- Improved HTTP header handling
- Added Packet class for Transport passthrough
- Simplified dump interface
- Added header buffer sender mechanism
- Fixed binary rendering
- Simplified stat rendering
- Fixed stack trace rendering
- Improved production mode handling
- Updated default styles
- Converted styling to use root css variables
- Add className display option to Entities
- Fixed PDO attribute error catching
- Added r7 dump support
- Included interfaces in dump inspector lookup stack
- Added dd2 test dump helper
- Removed dark mode switch
- Simplified source styling
- Moved source highlighter to Enlighten library
- Added static glitch facade instantiation
- Added Carbon inspect support
- Converted root class into Veneer Facade
- Simplified Context interface
- Updated to Veneer v0.3 structure
- Added various PHP extension inspectors
- Removed bootstrap dependency
- Removed asset-packagist dependency
- Added output buffer detection and escaping
- Added PSR-3 Logger support
- Added responsive font scaling
- Added exception handler hook
- Added exception dump interface
- Update standard dump interface to use full UI
- Added dark mode styling
- Improved \Glitch::incomplete() support
- Tidied up sass code
- Split shared renderer functions to trait
- Added plain text renderer
- Added CLI renderer
- Added Core, SPL and Date inspectors
- Fixed object reference ids
- Refactored package structure
- Improved various dump renderers
- Improved Factory CodeGen
- Initial dump renderer support
- Refactored codebase
- Removed Symfony dependency
- Added transport library
- Basic dynamic exception support