Skip to content

Releases: andreyfedoseev/django-static-precompiler

1.6

24 May 04:52
Compare
Choose a tag to compare
1.6
  • Add support for Django 1.11
  • Drop support for Django 1.6
  • Add include_path option to LESS compiler
  • Take account of load_paths option when doing inline compilation with libsass
  • Bugfix: take account of additional compiler options when doing inline compilation with SASS

1.5

26 Sep 23:28
Compare
Choose a tag to compare
1.5
  • Add support for Django 1.10 and Python 3.5
  • Improve support for load_paths setting in SCSS/SASS compilers.

1.4

09 May 21:38
Compare
Choose a tag to compare
1.4
  • Fix the run_command utility function to rely on process return code rather than stderr to determine if compilation
    has finished successfully. WARNING! Changes in run_command are backward incompatible. If you use this function in
    your custom compiler you should update your code.

1.3.1

27 Mar 04:15
Compare
Choose a tag to compare
  • Add support for --presets option in Babel compiler. See babel-cli options <https://babeljs.io/docs/usage/options/> for more information.

1.3

21 Feb 01:41
Compare
Choose a tag to compare
1.3
  • Fix Stylus compiler to actually enable support for detecting changes in imported files
  • Add precision option to SASS / SCSS / LibSass compilers. Set it to 8 or more if you compile Bootstrap.
  • Add output_style option to SASS / SCSS / LibSass compilers.
  • Enable verbose output for compilestatic management command

1.2

10 Jan 00:12
Compare
Choose a tag to compare
1.2
  • Add LiveScript compiler
  • Add support for --global-var option in LESS compiler
  • Add SCSS / SASS compiler based on Libsass

1.1

22 Nov 02:24
Compare
Choose a tag to compare
1.1
  • Add source maps support for SASS/SCSS
  • Add source maps support for LESS
  • Add source maps support for CoffeeScript
  • Add source maps support for Stylus
  • Add source maps support for Babel
  • Add Handlebars compiler
  • Add support for Django 1.9
  • Add plugins parameter to Babel compiler
  • Add load_paths parameter to SASS/SCSS compilers

1.0.1

22 Sep 17:44
Compare
Choose a tag to compare
  • Add modules parameter to Babel compiler
  • Allow to install Watchdog with pip install django-static-precompiler[watch]

1.0

21 Sep 17:13
Compare
Choose a tag to compare
1.0
  • Add compile template filter
  • Deprecate {% compile %} template tag
  • The following compiler specific template tags are REMOVED:
    • {% coffeescript %}
    • {% inlinecoffeescript %}
    • {% sass %}
    • {% inlinesass %}
    • {% scss %}
    • {% inlinescss %}
    • {% less %}
    • {% inlineless %}
  • Add Stylus compiler

0.9

18 Feb 18:17
Compare
Choose a tag to compare
0.9
Release 0.9