Skip to content

Releases: jrief/django-sass-processor

1.4

12 Dec 10:27
39a479e
Compare
Choose a tag to compare
Release 1.4 (#177)

* Update CHANGELOG.md

* Bump to version 1.4

1.3

06 Nov 15:47
3313a84
Compare
Choose a tag to compare
1.3
Bump to version 1.3

1.0.0

31 Mar 18:40
1.0.0
47ef83a
Compare
Choose a tag to compare

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 to compilescss was replaced
    with --use-storage.
  • Breaking change: SassS3Boto3Storage was removed. Use the S3Boto3Storage 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