v. 0.2.
[django-ssify.git] / CHANGELOG.md
1 # Changelog
2
3 ## 0.2 (2014-09-15)
4
5 * Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
6   otherwise use 'ssify' cache if configure, otherwise
7   fall back to 'default'.
8
9 * Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
10   simple mistakes.
11
12 * Cache control: `ssi_variable` now takes `patch_response` instead
13   of `vary` parameter, `ssi_include` takes `timeout`, `version` and
14   also `patch_reponse` parameters.  Also added some helper functions
15   in ssify.utils.
16
17 * Added `flush_ssi_includes` function.
18
19 * Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
20   for including streaming responses when SSIFY_RENDER=True.
21
22 * Dropped Django 1.4 support.
23
24
25 ## 0.1 (2014-09-02)
26
27 * Initial release.