Skip to content

1.0.0

Compare
Choose a tag to compare
@Natureshadow Natureshadow released this 31 Mar 18:40
· 50 commits to master since this release
1.0.0
47ef83a

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