Skip to content

Releases: andreyfedoseev/django-static-precompiler

2.4

28 Dec 13:54
Compare
Choose a tag to compare

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:
    • coffeescript@2.7.0 (may break compatibility with older versions)
    • livescript@1.6.0
    • less@4.1.3
    • handlebars@4.7.7

2.3

14 Nov 05:38
Compare
Choose a tag to compare
2.3
  • Fix incorrect source map URL with libsass

2.2

13 Nov 16:14
Compare
Choose a tag to compare
2.2
  • Add support for Django 4.1

2.1

30 Jan 10:47
Compare
Choose a tag to compare
2.1
  • Drop Python 3.5 support
  • Drop Django 1.x support
  • Add support for Django 4.0

2.0

16 Jan 07:20
Compare
Choose a tag to compare
2.0
  • Drop Python 2.x support
  • Add support for Django 3.0 and 3.1

1.8.2

14 Mar 03:19
Compare
Choose a tag to compare
  • Add clean_css option to LESS compiler
  • Fix URL converter to properly handle url(..) not followed directly by ;

1.8.1

06 Mar 18:33
Compare
Choose a tag to compare
  • Fix setup.py to add compatibility with Python 3.4 and below.

1.8

05 Mar 17:26
Compare
Choose a tag to compare
1.8
  • Remove deprecated settings: COFFEESCRIPT_EXECUTABLE, SCSS_EXECUTABLE, SCSS_USE_COMPASS, LESS_EXECUTABLE
  • Add --ignore-dependencies option to compilestatic command
  • Add --delete-stale-files option to compilestatic command

1.7.1

10 Feb 22:11
Compare
Choose a tag to compare
  • Bugfix: properly handle the URLs containing parenthesis or quotes

1.7

04 Dec 18:20
Compare
Choose a tag to compare
1.7
  • Prevent detection of imports in comments (SCSS)
  • Add support for Django 2.0