@@ -4,6 +4,10 @@ Changelog
|
||||
v1.2 (in development)
|
||||
---------------------
|
||||
|
||||
- Added compatibility with Django 1.4 and dropped support for Django 1.2.X.
|
||||
|
||||
- Added contributing docs. Be sure to check them out and start contributing!
|
||||
|
||||
- Moved CI to Travis: http://travis-ci.org/jezdez/django_compressor
|
||||
|
||||
- Introduced a new ``compressed`` context dictionary that is passed to
|
||||
@@ -51,6 +55,11 @@ v1.2 (in development)
|
||||
from ``'hash'`` to ``'content'`` to better describe what it does. The old
|
||||
name is also supported, as well as the default being ``'mtime'``.
|
||||
|
||||
- Fixed CssAbsoluteFilter, ``src`` attributes in includes now get transformed.
|
||||
|
||||
- Added a new hook to allow developers to completely bypass offline
|
||||
compression in CompressorNode subclasses: ``is_offline_compression_enabled``.
|
||||
|
||||
v1.1.2
|
||||
------
|
||||
|
||||
|
Reference in New Issue
Block a user