1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Changelog
=========
0.9 (08.07.2021)
~~~~~~~~~~~~~~~~
* 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.01.2020)
~~~~~~~~~~~~~~~~
* 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.05.2016)
~~~~~~~~~~~~~~~~
* Added LIBSASS_PRECISION setting (Liang-Bo Wang)
0.6 (21.11.2015)
~~~~~~~~~~~~~~~~
* Fixed call to FilterBase super for django-compressor 1.6 compatibility (Dennis Vermeulen)
0.5 (18.11.2015)
~~~~~~~~~~~~~~~~
* Added sourcemap support (Saulius Žemaitaitis)
* Updated the `static` function to use the more versatile django.contrib.staticfiles implementation (Carl Johnson)
0.4 (24.08.2015)
~~~~~~~~~~~~~~~~
* 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 (27.04.2015)
~~~~~~~~~~~~~~~~
* Enabled source comments when DEBUG is True; can be overridden with the LIBSASS_SOURCE_COMMENTS setting
* Added LIBSASS_OUTPUT_STYLE setting
0.2 (22.05.2014)
~~~~~~~~~~~~~~~~
* Made compatible with django-compressor 1.4 and Python 3.
0.1 (05.03.2014)
~~~~~~~~~~~~~~~~
* Initial release.
|