Skip to content

Releases: django-commons/django-tailwind-cli

chore(release): prepare 4.4.2 release

23 Sep 15:07
690bba8

Choose a tag to compare

- 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

23 Sep 14:57
cf28e84

Choose a tag to compare

- Updated CHANGELOG.md with DaisyUI version detection bug fix

v4.4.0: Release 4.4.0

21 Sep 14:18
65f45f5

Choose a tag to compare

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

13 Jul 08:31
f8d8a5c

Choose a tag to compare

Release 2.22.1 - Fix PyPI publish action compatibility

Release version 4.3.0

12 Jul 20:33
3df7c1e

Choose a tag to compare

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

08 Jun 09:23
ec5e1df

Choose a tag to compare

Bumped version to 4.2.4

4.2.3

07 Apr 16:58
9f81973

Choose a tag to compare

Moved default storage location BASE_DIR/.django_tailwind_cli

4.2.2

06 Apr 17:28
12e880c

Choose a tag to compare

Default configuration in user cache directory is always overwritten.

4.2.1

06 Apr 17:02
9c274f0

Choose a tag to compare

Bugfix for determining the latest release.

4.2.0

06 Apr 16:36
61c9a8d

Choose a tag to compare

Updated tox.ini.