Releases: xshapira/dantico
Releases · xshapira/dantico
0.0.10
- 📝 Create new documentation using MkDocs — dantico
0.0.9
- 🔥 Remove Python 3.6 from
pyproject.toml
.
- 🔧 Fix Github Actions to enable auto-publish on releasing a new version.
0.0.8
- ⚡ Move build internals from Flit to Hatch
- ➖ Drop support for Python 3.6 and Django 2
- ✅ Run tests against Django 4.1 and Python 3.11
- 📝 Update requirements in README
0.0.7
- 🐛 Fix exception case where
field_definition
must be always a tuple with two elements.
- 🎨 Refactor and simplify code in
fields.py
.
- 🚀 Restore test coverage after refactoring. PR #6 by @jerinpetergeorge
0.0.6
- 🔨 Add distinct error messages for fields: Distinguish between plural and singular forms.
- 📝 Improve README to provide more concise and informative use cases.
- 🔥 Remove redundant examples from README.
- ⚡ Get 100% test coverage. PR #2 by @jerinpetergeorge
0.0.5
- 👏 Fix Python version to allow support only for Python 3.6 and above.
- 🙈 Skip 0.0.4 release because of deleting the exact version from PyPi.
0.0.3
- Add scripts and make them executable, delete Makefile
- Update and improve Github actions workflows