~~~~~~~~~~~~~~~~~~~
.. _2.0: https://github.com/matthiask/django-js-asset/compare/1.2...2.0
- Raised the minimum supported versions of Python to 3.6, Django to 2.2.
- Added pre-commit.
- Replaced the explicit configuration of whether ``static()`` should be used or
not with automatic configuration. The ``static`` argument is still accepted
but ignored and will be removed at a later time.
- Added support for boolean attributes when using Django 4.1 or better.