Skip to content

Releases: guanguans/laravel-exception-notify

3.6.0

13 Mar 06:10
Compare
Choose a tag to compare

3.6.0 - 2024-03-13

Feat

  • composer-updater: add dry-run option

Refactor

  • composer-updater: Improve diff formatting

Pull Requests

  • Merge pull request #57 from guanguans/dependabot/composer/rector/rector-tw-0.19or-tw-1.0

3.5.3

01 Feb 10:15
Compare
Choose a tag to compare

3.5.3 - 2024-02-01

Refactor

  • composer-fixer: Update composer-fixer script
  • composer-updater: Improve handling of multiple and single version dependencies

Pull Requests

  • Merge pull request #56 from guanguans/dependabot/github_actions/actions/cache-4

3.5.2

11 Jan 08:24
Compare
Choose a tag to compare

3.5.2 - 2024-01-11

Refactor

  • collectors: improve exception handling

3.5.1

09 Jan 03:56
Compare
Choose a tag to compare

3.5.1 - 2024-01-09

Refactor

  • coding-style: Remove unused Rectors
  • monorepo-builder: update release workers

Pull Requests

  • Merge pull request #54 from guanguans/dependabot/github_actions/actions/stale-9
  • Merge pull request #53 from guanguans/dependabot/github_actions/actions/labeler-5

3.5.0

18 Oct 10:21
Compare
Choose a tag to compare

3.5.0 - 2023-10-18

Feat

  • config: Add php_unit_data_provider_name and php_unit_data_provider_return_type in .php-cs-fixer.php

Refactor

  • pipes: rename ToMarkdownPipe to SprintfMarkdownPipe
  • pipes: rename ToHtmlPipe to SprintfHtmlPipe

Pull Requests

  • Merge pull request #51 from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
  • Merge pull request #49 from guanguans/dependabot/github_actions/actions/checkout-4

3.4.2

29 Aug 07:17
Compare
Choose a tag to compare

3.4.2 - 2023-08-29

Feat

  • facade: Add facade.php file

Fix

  • facades: Return string in getDefaultDriver method

Refactor

  • StringableMacro: Remove unused squish and toString methods
  • bin: remove unused code in facades.php

3.4.1: test(Channels): update BarkChannel

20 Aug 08:39
Compare
Choose a tag to compare

3.4.1 - 2023-08-20

Fix

  • src: fix reportUsingCreator callable

Test

  • Channels: update BarkChannel

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