Releases: guanguans/laravel-exception-notify
Releases · guanguans/laravel-exception-notify
3.4.0: test(TestCase): Update setUp and tearDown methods
3.3.2: refactor(pipes): update FixPrettyJsonPipe
3.3.2 - 2023-08-17
Refactor
- AddChorePipe: optimize handle method
- pipes: update FixPrettyJsonPipe
Test
- tests: Add MockeryPHPUnitIntegration trait
3.3.1: refactor: update TestCommand handle method
3.3.0: chore(composer): Remove unused dependency
3.3.0 - 2023-08-14
Docs
- psalm: Update psalm-baseline.xml
Feat
- collectors: add Naming trait
- collectors: Add ExceptionCollector class
Fix
- ReportExceptionJob: Change ExceptionNotify facade to ExceptionNotifyManager
Refactor
- collectors: improve PhpInfoCollector
- service-provider: Reorder service providers
- src: Update ExceptionNotifyManager.php
3.2.3
Full Changelog: 3.2.2...3.2.3
3.2.2: fix(serviceprovider): fix class name replacement
3.2.2 - 2023-08-13
Docs
- ExceptionNotify: Add shouldReport method
Fix
- serviceprovider: fix class name replacement
Refactor
- command: Change error variable to warning in TestCommand
- serviceprovider: Refactor alias method
Test
- CollectorTest: update test for collecting request basic
3.2.1
3.2.1 - 2023-08-13
Docs
- README: Update README file
- readme: Fix typo
Feat
- TestCommandTest.php: Add test for exception-notify
- helper: Add human_bytes function
- helpers: add precision parameter to human_milliseconds function
- helpers: Add human_milliseconds function
- support: add array_is_list helper function
Refactor
- config: Update .php-cs-fixer.php
- support: update helpers.php
Test
- ExceptionNotifyManagerTest: refactor test cases
3.2.0: docs(readme): Update README.md
3.2.0 - 2023-08-12
Docs
- readme: Update README.md
Feat
- commands: Add TestCommand
Fix
- composer: Remove --clear-cache option from rector command
Refactor
- serviceprovider: reorganize register method
3.1.4: refactor(src): remove unnecessary code
3.1.4 - 2023-08-11
Fix
- collectors: Fix typo in ExceptionBasicCollector.php
- job: Handle exceptions in job
Refactor
- src: remove unnecessary code
Test
- ExceptionNotifyManagerTest: Add test for reporting exceptions
- Support: update JsonFixer test
3.1.3: fix(Jobs): Fix ReportExceptionJob timeout and retryAfter values
3.1.3 - 2023-08-10
Feat
- ReportExceptionJob: Add retry functionality
Fix
- Jobs: Fix ReportExceptionJob timeout and retryAfter values