Skip to content

Tags: django-commons/django-tailwind-cli

Tags

v4.6.2

Toggle v4.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
chore(release): prepare 4.6.2

v4.6.1

Toggle v4.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
chore(release): prepare 4.6.1

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
chore(release): 4.6.0

4.5.1

Toggle 4.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
chore: release 4.5.1

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
chore: release 4.5.0

4.4.2

Toggle 4.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
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

4.4.1

Toggle 4.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverandrich Oliver Andrich
chore(release): prepare 4.4.1 release

- Updated CHANGELOG.md with DaisyUI version detection bug fix

v4.4.0

Toggle v4.4.0's commit message
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

Toggle 2.22.1's commit message
Release 2.22.1 - Fix PyPI publish action compatibility

4.3.0

Toggle 4.3.0's commit message
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