Releases: decodelabs/glitch
Releases · decodelabs/glitch
v0.16.0
- Moved exception Factory to Exceptional
- Removed all Exception generation functionality
v0.15.10
- Switched to Exceptional for exception generation
v0.15.9
- Reverted to PHPUnit 8
v0.15.8
- Only wrap HTML render in iframe if dumped in buffer
- Updated project description
v0.15.7
- Only wrap HTML render in iframe if dumped in buffer
- Updated project description
v0.15.6
- Added Dumpable interface and inspector support
- Converted EGlitch to use Dumpable interface
v0.15.5
- Updated Composer dependency handling
v0.15.4
- Removed need for Inspectable interface to provide custom dumping
v0.15.3
- 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
v0.15.2
- Added log listener callback
- Added ESetup glitch type
- Fixed interface inheritance bug in Glitch Factory
- Improved path normalizer
- Improved PHPStan setup