Releases: guanguans/laravel-exception-notify
Releases · guanguans/laravel-exception-notify
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.1 - 2025-03-22
Bug Fixes
- ExceptionNotifyServiceProvider: Remove unused notFound baseline
- SprintfMarkdownPipe: Correct format string syntax
Code Refactoring
- collectors: Replace function calls with Utils methods
Features
- ExceptionNotify: Add section to AboutCommand for package info
Performance Improvements
- ExceptionNotifyServiceProvider: Optimize version retrieval
Tests
- MailChannel: Refactor mail reporting tests
5.1.0
5.1.0 - 2025-03-21
Code Refactoring
- Channel: Improve error handling and structure
- baselines: Remove obsolete baseline error files
- channels: Replace method calls with Utils functions
- collector: Improve request header exclusion handling
- collectors: Remove PhpInfoCollector and update ApplicationCollector
- collectors: Improve exception trace filtering and naming
Style
- Refactor code for improved readability and simplicity
Tests
- Add inspections for null pointer and void function usage
5.0.0
5.0.0 - 2025-03-20
Bug Fixes
- channels: Ensure default connection is used in job dispatch
- collector: Remove unused URL from data collection
Code Refactoring
- channels: Improve error handling and configuration usage
- collectors: Simplify collection methods and variable names
- command: Improve exception-notify test output
- config: Improve exception notify configuration comments
- template: Rename TemplateContract to Template
Docs
- README: Update notification channels and descriptions
Features
- TestCommand: Refactor anonymous function to improve clarity
Tests
- collector: Add php-mock-phpunit dependency for testing