- Template tags and their associated helpers are now unit tested - [django-jinja](http://niwinz.github.io/django-jinja/latest/) support - Big refactor to make it easier to add new thumbnail and templating engines
1.0.6
Add `inner_classes`, `no_css` and `aria_hidden` options.
1.0.5
Fix an error in which images with identical widths were output when THUMBNAIL_UPSCALE is set to False and the width of the original image was smaller than the largest value in FLEXIBLE_IMAGE_SIZES, resulting in an invalid srcset tag.
1.0.4
Permit asynchronous loading of JS.
1.0.3
- JavaScript tidyup - eliminate namespace pollution - Remove some dead Python code
1.0.2
Forgot to bump the version number on 1.0.1. That's it.