Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Releases: xshapira/dantico

0.0.10

03 Nov 08:53
Compare
Choose a tag to compare
  • 📝 Create new documentation using MkDocs — dantico

0.0.9

26 Sep 11:06
Compare
Choose a tag to compare
  • 🔥 Remove Python 3.6 from pyproject.toml.
  • 🔧 Fix Github Actions to enable auto-publish on releasing a new version.

0.0.8

15 Sep 07:31
cc5f37e
Compare
Choose a tag to compare
  • ⚡ 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

30 Aug 15:57
Compare
Choose a tag to compare
  • 🐛 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

27 Aug 12:25
Compare
Choose a tag to compare
  • 🔨 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

22 Jul 13:47
Compare
Choose a tag to compare
  • 👏 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

22 Jul 11:15
Compare
Choose a tag to compare
  • Add scripts and make them executable, delete Makefile
  • Update and improve Github actions workflows