v1.0.0, 2018-11-13 -- Initial release, envolved from django-template-finder-view
v1.1.0, 2018-11-13 -- Base template finding and parsing off existing Django templates; remove TEMPLATE_FINDER_PATH
v1.1.1, 2018-11-13 -- Avoid .endswith error for 404 URLs
v1.2.0, 2018-11-20 -- Support table in lists
v1.2.1, 2018-11-29 -- Complete test coverage
v1.3.2, 2018-12-05 -- Case-insensitive matching
v1.3.3, 2018-12-19 -- Fix 500 error with full filenames in URLs
v1.3.4, 2019-02-07 -- Make _template_exists Python2 compatible
v1.4.0, 2019-08-21 -- Support for Jinja2
