Releases: django-commons/django-tailwind-cli
Releases · django-commons/django-tailwind-cli
chore(release): prepare 4.4.2 release
- Updated CHANGELOG.md with test isolation bug fix - Fixes cache interference causing test failures in Django 4.1 with Python 3.10
chore(release): prepare 4.4.1 release
- Updated CHANGELOG.md with DaisyUI version detection bug fix
v4.4.0: Release 4.4.0
Technical improvements release focused on code quality and reliability: 🔧 Technical Improvements: - Removed requests dependency, replaced with custom HTTP implementation - Fixed exception naming to follow Python conventions - Added comprehensive HTTP module tests (coverage 82% → 85%) - Complete test coverage for network error handling - Fixed all pyright typing errors for better type safety - Added Django 6.0 support to testing matrix This release enhances the robustness and maintainability of the codebase while removing external dependencies and improving error handling.
2.22.1
Release 2.22.1 - Fix PyPI publish action compatibility
Release version 4.3.0
New features: - Interactive setup command for guided configuration - Configuration viewer to inspect current settings - Troubleshooting guide for common issues - Performance optimization tips - Enhanced verbose mode with detailed diagnostics Performance improvements: - Smart rebuilds with file modification checks - Version caching to reduce API requests - Optimized process handling and file operations Developer experience enhancements: - Better error messages with actionable solutions - Colorized output with visual feedback - Improved help text and documentation - Enhanced template scanning capabilities Quality assurance: - 58+ new tests covering integration workflows - Comprehensive error scenario testing - Performance optimizations and reliability improvements
4.2.4
Bumped version to 4.2.4
4.2.3
Moved default storage location BASE_DIR/.django_tailwind_cli
4.2.2
Default configuration in user cache directory is always overwritten.
4.2.1
Bugfix for determining the latest release.
4.2.0
Updated tox.ini.