- Added the NODE_PACKAGE_MANAGER_INSTALL_OPTIONS setting - Declared compatibility with Python 3.12 and Django 5.0 - Removed Django 3.2/4.1 versions support
0.9.13
--------------
- Moved package configuration to pyproject.toml - Added feature to get path to npm executable automatically by using shutil.which function, thanks to `prplecake <https://github.com/prplecake>`_ - Declared compatibility with Django 4.2
0.9.12
--------------
- Fixed a typo in README.rst, thanks to `proofit404 <https://github.com/proofit404>`_ - Declared compatibility with Python 3.11 and Django 4.1
0.9.11
--------------
- Reformatted code with Black - Replaced subprocess.Popen by subprocess.check_output method to call npm install command - Replaced os, os.path, shutil module features by pathlib module features - Remove Python3.6 and Django 2.1/3.0/3.1 versions support, add Django 4.0 support