1.3.1
Full Changelog: 1.3.0...1.3.1
[1.3.1] - 2025-06-06
Fixed
- Fixed PHPStan static analysis issues at Level 5 with strict rules
- Removed references to deleted
ModelAuditedevent andAuditModelChangeslistener classes - Improved type safety with better null and type checking in route handling
- Enhanced method existence checks in
AuditBuilderservice - Fixed scope method return types in
EloquentAuditLogmodel - Updated unit tests to work with direct logging architecture (removed event dependencies)
- Cleaned up unused imports and improved code organization
Changed
- Added PHPStan ignore rule for dynamic method call warnings in query scopes
- Enhanced test setup with proper service mocking for unit tests
- Improved code quality and maintainability