- Drop python 3.5 to 3.7 (minimum version python 3.8)
- Minimum django version 3.0
- CI:
- Fix CI variables
- Rename Publish Docs -> docs
- Fix poetry installation and caching
- Update development packages (black, isort)
- Add .tool-versions, .python-version
- Run code through black w/o
--skip-string-normalization
- Move theme to furo
- Move to markdown
- #270 Fix packaging / optional dependencies
- Remove twine extra dependency
- Remove setup.py (in favor of poetry, which we used to build and publish as of django-docutils 0.5.0)
- Use our new bitly api fork at https://pypi.org/project/bitly-api-py3/ / https://github.com/develtech/bitly-api-python
- pipenv -> poetry
- readthedocs -> self-hosted docs
- travis -> github actions
- Add black + isort and format code with it
- Remove vulture
- Remove python 2.x support, python 3.3 and 3.4 (reached end of life)
- Update to new django versions (2.2 and 2.3)
- Remove unsupported django versions (1.8, 1.9, 1.10, 2.0, 2.1)
- Cleanup CI, add caching
- Add
InjectFontAwesome
transformer to inject icon<em>
tags for font awesome based on regex patterns - Additional support for detecting font-awesome patterns and injecting the icon in other
transformers (e.g.
XRefTransform
)
- Django template tag
- Some README documentation
- Add requirements/test.txt to manifest
- Add requirements/base.txt to manifest
- Another tweak to get pypi readme up
- Some changes to attempt to fix pypi README
- Package updates and fixes
- Support for Django 1.10.0
- First release on PyPI.