-
-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: guanguans/laravel-exception-notify
base: 5.1.0
head repository: guanguans/laravel-exception-notify
compare: 5.1.1
- 7 commits
- 36 files changed
- 1 contributor
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1e59d4f - Browse repository at this point
Copy the full SHA 1e59d4fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cc44fdb - Browse repository at this point
Copy the full SHA cc44fdbView commit details
Commits on Mar 22, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 59fb318 - Browse repository at this point
Copy the full SHA 59fb318View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9e968d2 - Browse repository at this point
Copy the full SHA 9e968d2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4c601e7 - Browse repository at this point
Copy the full SHA 4c601e7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3d7f98e - Browse repository at this point
Copy the full SHA 3d7f98eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7221897 - Browse repository at this point
Copy the full SHA 7221897View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.1.0...5.1.1