Releases: decodelabs/exceptional
Releases · decodelabs/exceptional
v0.4.7
- Added generic call signature for PHPStan
- Added @phpstan-require-implements constraints
v0.4.6
- Converted consts to protected PascalCase
v0.4.5
- Use Wellspring for the Autoloader
- Made PHP8.1 minimum version
v0.4.4
- Migrated to use effigy in CI workflow
- Fixed PHP8.1 testing
v0.4.3
- Added interface and trait exists check in Autoloader
- Updated composer check script
- Updated CI environment
v0.4.2
- Added zend.exception_ignore_args override
- Added concrete types to all members
v0.4.1
- Added extra class_exists check in Autoloader
v0.4.0
- Removed PHP7 compatibility
- Updated ECS to v11
- Updated PHPUnit to v9
v0.3.3
- Transitioned from Travis to GHA
- Updated PHPStan and ECS dependencies
v0.3.2
- Fixed ExceptionTrait interface
- Added test for ExceptionTrait