* Added: New APi for setting cache values. Now can do ``Class.method.push(value, *args, **kwargs)``.
0.1.3
~~~~~~~~~~~~~~~~~~
* Fixed: Django 2.0 support for minify middleware.
0.1.2
~~~~~~~~~~~~~~~~~~
* Fixed: Not removing all spaces between html tags. Sometimes spaces matter for formatting. For example ``<strong>Hello</strong> <i>World</i>`` cannot be minified any further.
0.1.1
~~~~~~~~~~~~~~~~~~
* Fixed: Cache properties now allow to set cache value via ``foo = bar`` syntax when cache descriptor has ``as_property == True``