~~~~~~~~~~~~~~~~~~~~
.. _0.14: https://github.com/matthiask/django-imagefield/compare/0.13...0.14
- Renamed the main branch to ``main``.
- Reformatted the frontend code using prettier and checked it using ESLint.
- Fixed a crash which happened when the PPOI field contained an invalid value.
- Added saving files in their original format to ``verified``. Previously, some
images were accepted because they can be loaded but they could not be saved
later.
- Added Python 3.10, Django 4.0 to the CI.
- Dropped support for Python 2.7, Django 1.11.
- Added a warning when using ``ImageField(null=True)``.
- Started using pre-commit.