Changelog
Version 0.1.3 (2025-01-XX)
New Features:
Added comprehensive Sphinx documentation with Read the Docs theme
Added notification system (Email, Slack, Telegram backends)
Added LogLevel enum system with comparison operators
Added management command documentation
Added cleanup strategy guide
Improvements:
Improved test coverage to 96%
Added async/await support for notifications
Enhanced admin interface with better filtering
Added sensitive data masking improvements
Bug Fixes:
Fixed Python 3.11/3.12 enum compatibility
Fixed async test issues with pytest-asyncio
Fixed Read the Docs build configuration
Documentation:
Added complete API reference documentation
Added usage guides and examples
Added troubleshooting section
Added contribution guidelines
Version 0.1.2 (2024-XX-XX)
Initial stable release
Core logging functionality
Django admin integration
Middleware and signals support
Version 0.1.1 (2024-XX-XX)
Beta release
Bug fixes and improvements
Version 0.1.0 (2024-XX-XX)
Initial alpha release
Basic logging functionality