Tags: guanguans/laravel-exception-notify
Tags
fix(dependencies): Update guanguans/notify version to ^3.2 - Update guanguans/notify dependency from ^3.1 to ^3.2 - This change incorporates new features and bug fixes from the latest version. - Adjusted ignoreErrorsOnExtensions to include documentation reference for CORE_EXTENSIONS.
docs(README): Update testing commands for exception notify - Add additional commands for testing exception notifications. - Include options for different configurations and verbosity levels. - Enhance clarity on how to run tests with the `artisan` command.
fix(ExceptionNotifyServiceProvider): simplify command metadata retrieval - Remove unused Arr import - Revise AboutCommand to directly include homepage URL - Streamline the logic for fetching package version using InstalledVersions - Ensure compatibility with installed versions while improving readability
fix(Collector): Improve file upload error handling - Update property names in RequestFileCollector for consistency - Replace 'Error' with 'ErrorMessage' for clearer error reporting - Modify test cases to reflect updated file names in error handling - Correct JSON snapshot data for accurate test results
fix(ExceptionNotifyServiceProvider): Improve about command logic - Refactor the way composer.json data is retrieved for the about command - Utilize `Collection` methods for safer handling of data - Ensure proper checks for file existence and class availability - Update test to assert command execution correctly
feat(Utils): Enhance configuration application logic - Introduce a flag to track if configuration was applied successfully - Implement logic to apply configuration to object methods or properties - Ensure better control flow for configuration application based on method or property existence
refactor(commands): Simplify test command descriptions - Change the command description from 'Testing for exception-notify' to 'Testing' for clarity. - Update success and error messages to remove unnecessary context, improving brevity. - Modify related test descriptions to align with the simplified context.
PreviousNext