Releases: andreyfedoseev/django-static-precompiler
Releases · andreyfedoseev/django-static-precompiler
2.4
Deprecation
- Ruby-based Sass compiler is deprecated and will be removed in 3.0
New
- Added support for Dart Sass, see documentation on how to enable it.
Dart Sass will become the default Sass compiler starting from 3.0
Bugfixes
- Fix the bug with a greedy regex in the URL converter
Misc
- Ensure compatibility with the latest versions of compilers:
- [email protected] (may break compatibility with older versions)
- [email protected]
- [email protected]
- [email protected]
2.3
- Fix incorrect source map URL with
libsass
2.2
- Add support for Django 4.1
2.1
- Drop Python 3.5 support
- Drop Django 1.x support
- Add support for Django 4.0
2.0
- Drop Python 2.x support
- Add support for Django 3.0 and 3.1
1.8.2
- Add
clean_css
option to LESS compiler - Fix URL converter to properly handle
url(..)
not followed directly by;
1.8.1
- Fix
setup.py
to add compatibility with Python 3.4 and below.
1.8
- Remove deprecated settings:
COFFEESCRIPT_EXECUTABLE
,SCSS_EXECUTABLE
,SCSS_USE_COMPASS
,LESS_EXECUTABLE
- Add
--ignore-dependencies
option tocompilestatic
command - Add
--delete-stale-files
option tocompilestatic
command
1.7.1
- Bugfix: properly handle the URLs containing parenthesis or quotes
1.7
- Prevent detection of imports in comments (SCSS)
- Add support for Django 2.0