Logger: Introduce a new transport for Slack, allowing users to send logs directly to their Slack channels for better team collaboration and monitoring.
Improvements
Logger: Enhance the logging behavior by ensuring that child loggers respect their defined log levels, providing more control over log visibility.
Integration: Improve programmatic integration by detecting the REPL environment and resolving dependencies based on the user's current working directory, making setup easier for developers.
Fixes
Fix the handling of message precedence over error messages, ensuring that the specified message key is prioritized correctly in logs.
Fix the compatibility issue with the browser environment, ensuring that child loggers correctly determine which logs to display based on their log level.
Others
Add a new entry to the documentation for the v7+ compatible Slack transport, helping users find useful integrations for their logging needs.