Releases: decodelabs/glitch
Releases · decodelabs/glitch
v0.15.1
- Added PHPStan support
- Bugfixes and updates from max level PHPStan scan
v0.15.0
- 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
v0.14.8
- 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
v0.14.7
- Added production render override option
v0.14.6
- Added emergency exception trace in production mode
v0.14.5
- Fixed identifier lists
v0.14.4
- Fixed identifier rendering
v0.14.3
- Updated text and definition rendering
v0.14.2
- Updated errorPageRenderer logic
- Make exception info section visible
- Removed r7 inspector
- Updated entity value handling
v0.14.1
- Improved HTTP header handling
- Added Packet class for Transport passthrough