Skip to content

Releases: torchbox/django-libsass

0.9

08 Jul 14:16
Compare
Choose a tag to compare
  • Added Django 3.1 and 3.2 support (Awais Qureshi)
  • Added tox and enable Github actions for testing across different Django and Python versions (Awais Qureshi)

0.8

06 Jan 11:47
Compare
Choose a tag to compare
0.8
  • Added Django 3.0 support (Tobias Kunze, Dan Kingston)
  • Included LICENSE file in distribution (Dougal J. Sutherland)
  • Added LIBSASS_ADDITIONAL_INCLUDE_PATHS setting (Iwan Trofimtschuk)
  • Removed unnecessary quoting from output of static function

0.7

02 May 22:08
Compare
Choose a tag to compare
0.7
  • Added LIBSASS_PRECISION setting (Liang-Bo Wang)

0.6

21 Nov 19:13
Compare
Choose a tag to compare
0.6
  • Fixed call to FilterBase super for django-compressor 1.6 compatibility (Dennis Vermeulen)

0.5

18 Nov 01:05
Compare
Choose a tag to compare
0.5
  • Added sourcemap support (Saulius Žemaitaitis)
  • Updated the static function to use the more versatile django.contrib.staticfiles implementation (Carl Johnson)

0.4

24 Aug 13:23
Compare
Choose a tag to compare
0.4
  • Added support for custom functions (Alexandre Pocquet)
  • Added a static function to generate paths to assets such as images and fonts (Alexandre Pocquet)

0.3

28 Apr 09:47
Compare
Choose a tag to compare
0.3
  • Enabled source comments when DEBUG is True; can be overridden with the LIBSASS_SOURCE_COMMENTS setting
  • Added LIBSASS_OUTPUT_STYLE setting

0.1

05 Mar 19:41
Compare
Choose a tag to compare
0.1

Initial release