- Django 5.2 compatibility and tests.
- Python 3.13 compatibility and tests.
- Drop support for Django <= 4.1.
- Drop support for Python 3.8.
- Django 5.0, 5.1 compatibility and tests.
- Python 3.12 compatibility and tests.
- Type annotations.
- Switch from pipenv to Poetry.
- Django 3.2 to 4.2 compatibility and tests.
- Python 3.8 to 3.11 compatibility and tests.
- Added
cacheandcache_timeouttemplatetag arguments to store rendered values in cache. - Added
data_responseAppConfig method to globally override the template tag response.
- Added support for Django 2.1 and Python 3.7.
- Added proper documentation.
- Added
sri(Subresource Integrity) encoder to generate a sha256 for a given file.
- Added support for custom data encoders to modify file content on the fly.
- Added
dataandbase64encoders, both convert data into base64.
- 🌟 Initial release.