- Fixed PHPStan signature visibility
- Added generic call signature for PHPStan
- Added @phpstan-require-implements constraints
- Converted consts to protected PascalCase
- Use Wellspring for the Autoloader
- Made PHP8.1 minimum version
- Migrated to use effigy in CI workflow
- Fixed PHP8.1 testing
- Added interface and trait exists check in Autoloader
- Updated composer check script
- Updated CI environment
- Added zend.exception_ignore_args override
- Added concrete types to all members
- Added extra class_exists check in Autoloader
- Removed PHP7 compatibility
- Updated ECS to v11
- Updated PHPUnit to v9
- Transitioned from Travis to GHA
- Updated PHPStan and ECS dependencies
- Fixed ExceptionTrait interface
- Added test for ExceptionTrait
- Updated for max PHPStan conformance
- Implement PreparedTraceException from Glitch
- Enabled PHP8 testing
- Fixed incomplete() rewind handling
- Updated Veneer handling in Frame
- Applied full PSR12 standards
- Added PSR12 check to Travis build
- Switched to Glitch Proxy for Path Normalizer
- Added incomplete() shortcut
- Fixed ErrorException support
- Added dump handling for ErrorException severity
- Ported readme from Glitch
- Fixed AutoLoader classname check
- Added initial Exception auto loader
- Fixed namespace format dereferencing
- Fixed type inference for existing interfaces
- Added initial Exception Factory structure
- Improved interface list handling
- Fixed param normalizing in ExceptionTrait
- Added initial Exception interface