Releases: jrief/django-sass-processor
Releases · jrief/django-sass-processor
1.4.1
1.4
1.3
1.0.0
This is a new major release. Conforming with Semantic Versioning, it introduces breaking changes.
- Management command
compilescss
now uses the same storage as the template tags. - Any storage can now be used as destination.
- Breaking change: The argument
--use-processor-root
tocompilescss
was replaced
with--use-storage
. - Breaking change:
SassS3Boto3Storage
was removed. Use theS3Boto3Storage
from
django-storages directly. - Breaking change: Support for Django <2.2 was dropped
- Dev: Migrated setup meta-data to setup.cfg
- Dev: Enabled tests on Python 3.9