Skip to content

Releases: guanguans/laravel-exception-notify

3.4.0: test(TestCase): Update setUp and tearDown methods

19 Aug 17:45
Compare
Choose a tag to compare

3.4.0 - 2023-08-20

Feat

  • ReportUsingCreator: add class

Refactor

  • add return type declaration to getDefaultDriver method

Test

  • TestCase: Update setUp and tearDown methods

Pull Requests

  • Merge pull request #47 from guanguans/dependabot/composer/rector/rector-tw-0.17or-tw-0.18

3.3.2: refactor(pipes): update FixPrettyJsonPipe

17 Aug 03:51
Compare
Choose a tag to compare

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

14 Aug 07:29
Compare
Choose a tag to compare

3.3.1 - 2023-08-14

Refactor

  • update TestCommand handle method

3.3.0: chore(composer): Remove unused dependency

14 Aug 06:34
Compare
Choose a tag to compare

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

13 Aug 11:05
Compare
Choose a tag to compare

Full Changelog: 3.2.2...3.2.3

3.2.2: fix(serviceprovider): fix class name replacement

13 Aug 10:06
Compare
Choose a tag to compare

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

12 Aug 17:24
Compare
Choose a tag to compare

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

12 Aug 09:38
Compare
Choose a tag to compare

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

11 Aug 07:29
Compare
Choose a tag to compare

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

10 Aug 10:21
Compare
Choose a tag to compare

3.1.3 - 2023-08-10

Feat

  • ReportExceptionJob: Add retry functionality

Fix

  • Jobs: Fix ReportExceptionJob timeout and retryAfter values