All Versions
25
Latest Version
Avg Release Cycle
167 days
Latest Release
-

Changelog History
Page 2

  • v1.6.14 Changes

    January 22, 2018
    • ๐Ÿ›  Fix packaging issues.
  • v1.6.13 Changes

    May 25, 2017
    • ๐Ÿ›  Fix forward-slashed paths on Windows. Thanks to @etiago
    • ๐Ÿ›  Fix CSS URL detector to match quotes correctly. Thanks to @vskh
    • โž• Add a compiler_options dict to compile, to allow passing options to custom compilers. Thanks to @sassanh
    • ๐Ÿ‘Œ Verify support for Django 1.11. Thanks to @jwhitlock
  • v1.6.12 Changes

    March 13, 2017
    • ๐Ÿ #612 Fix a bug with os.rename on windows. Thanks to @wismill
    • #623 Fix to view compile error if happens. Thanks to @brawaga
  • v1.6.11 Changes

    January 15, 2017
    • ๐Ÿ›  Fix performance regression. Thanks to Christian Hammond.
  • v1.6.10 Changes

    December 17, 2016
    • โž• Added Django 1.10 compatiblity issues. Thanks to Austin Pua and Silvan Spross.
    • ๐Ÿ“š Documentation improvements. Thanks to Chris Streeter.
  • v1.6.9 Changes

    • ๐Ÿ— Various build improvements.
    • ๐Ÿ‘Œ Improved setup.py classifiers. Thanks to Sobolev Nikita.
    • ๐Ÿ“š Documentation improvements. Thanks to Adam Chainz.
  • v1.6.8 Changes

    • Made templatetags easier to subclass for special rendering behavior. Thanks to Christian Hammond.
    • โšก๏ธ Updated the link to readthedocs. Thanks to Corey Farwell.
    • ๐Ÿ›  Fixed some log messages to correctly refer to the new PIPELINE settings tructure. Thanks to Alvin Mites.
    • ๐Ÿ”„ Changed file outdated checks to use os.path methods directly, avoiding potential SuspiciousFileOperation errors which could appear with some django storage configurations.
  • v1.6.7 Changes

    • โž• Add a view for collecting static files before serving them. This behaves like django's built-in static view and allows running the collector for images, fonts, and other static files that do not need to be compiled. Thanks to Christian Hammond.
    • ๐Ÿ“š Update documentation for the ES6Compiler to clarify filename requirements. Thanks to Nathan Cox.
    • โž• Add error output for compiler errors within the browser. This provides for a much better experience when compiling files from the devserver. Thanks to Christian Hammond.
    • โœ… Make unit tests run against Django 1.6 and 1.7. Thanks to Sล‚awek Ehlert.
  • v1.6.6 Changes

    • ๐Ÿ›  Fix filtering-out of files which require a finder to locate.
    • ๐Ÿ‘ Allow compilers to override the output path.
    • ๐Ÿ›  Fix error reporting when a compiler fails to execute.
    • ๐Ÿ›  Fix IOErrors when running collectstatic with some nodejs-based compilers and compressors. Thanks to Frankie Dintino.
    • ๐Ÿ›  Fix compatibility of unit tests when running on Windows. Thanks to Frankie Dintino.
    • โž• Add unit tests for compilers and compressors. Thanks to Frankie Dintino.
  • v1.6.5 Changes

    • ๐Ÿ›  Fix Django < 1.8 compatibility. Thanks to David Trowbridge.
    • ๐Ÿ‘ Allow to disable collector during development. Thanks to Leonardo Orozco.