Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guanguans/laravel-exception-notify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: guanguans/laravel-exception-notify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.1
Choose a head ref
  • 7 commits
  • 36 files changed
  • 1 contributor

Commits on Mar 21, 2025

  1. chore(release): 5.1.0

    guanguans committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    1e59d4f View commit details
    Browse the repository at this point in the history
  2. feat(ExceptionNotify): Add section to AboutCommand for package info

    - Implement addSectionToAboutCommand() to enhance AboutCommand
    - Integrate package version information from Composer
    - Filter out unnecessary fields and return relevant data
    - Improve user experience by providing clear package details in console
    guanguans committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    cc44fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. perf(ExceptionNotifyServiceProvider): Optimize version retrieval

    - Streamline the method for retrieving composer package versions.
    - Utilize `Arr::get` for cleaner code instead of multiple collection methods.
    - Maintain functionality while improving readability and performance.
    guanguans committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    59fb318 View commit details
    Browse the repository at this point in the history
  2. refactor(collectors): Replace function calls with Utils methods

    - Refactor memory size and duration formatting by utilizing Utils methods.
    - Replace direct calls to human_bytes and human_milliseconds with their corresponding methods from the Utils class for improved readability and maintainability.
    - This change standardizes usage of utility functions across the application.
    guanguans committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    9e968d2 View commit details
    Browse the repository at this point in the history
  3. fix(ExceptionNotifyServiceProvider): Remove unused notFound baseline

    - Delete the unnecessary class.notFound.neon file
    - Update loader.neon to reflect the removal and correct total errors
    - Simplify code in ExceptionNotifyServiceProvider by removing an unnecessary class existence check
    guanguans committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    4c601e7 View commit details
    Browse the repository at this point in the history
  4. test(MailChannel): Refactor mail reporting tests

    - Remove unnecessary configuration setup in MailChannelTest.
    - Add a new test in UtilsTest to validate configuration application on ReportExceptionMail.
    - Ensure ReportExceptionMail correctly applies custom render and extender settings.
    guanguans committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    3d7f98e View commit details
    Browse the repository at this point in the history
  5. fix(SprintfMarkdownPipe): Correct format string syntax

    - Updated the format string in SprintfMarkdownPipe
    - Removed unnecessary JSON formatting for better clarity
    - Ensured the markdown output is properly formatted for readability
    guanguans committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    7221897 View commit details
    Browse the repository at this point in the history
Loading