- Removed django-appconf again. - Switched from pyright to mypy for type checking. - Fixed broken links in the documentation. - Bumped default version of Tailwind CSS to 3.4.13. - Bumped minimum version of certifi to 2024.8.30. Removed the upper boundary of the version number.
2.19.0
- Transfered the project to django-commons.
2.18.1
- Fixed the URLs for PyPI.
2.18.0
- Added Python 3.13 support. - Moved documentation from django-tailwind-cli.andrich.me -> django-tailwind-cli.rtfd.io - Documentation fixes.
2.17.0
- Internal refactoring. Config class has been replaced with django-appconfig and some function in the django_tailwind_cli.utils package. - uv is used for publishing too. - Updated tooling configuration.