Releases: edornd/argdantic
Releases · edornd/argdantic
argdantic 1.3.2 (2024/10/13)
What's Changed
Full Changelog: v1.3.1...v1.3.2
argdantic 1.3.1 (2024/10/09)
What's Changed
Full Changelog: v1.3.0...v1.3.1
argdantic 1.3.0 (2024/08/06)
argdantic 1.2.0 (2024/08/03)
What's Changed
- Add support for Python 3.12 (#49)
- Fix postponed annotations when using
from __future__ import annotations
(#44) - Add initial typing support (#42)
Full Changelog: v1.1.0...v1.2.0
argdantic 1.1.0 (2024/02/26)
argdantic 1.0.1 (24/02/2024)
What's new
- Nothing, unfortunately.
Bugfixes
- Help docstring now appears also with a single command.
argdantic 1.0.0 (01/10/2023)
What's new
- Porting to Pydantic V2 complete
- Overall refactoring, hopefully without introducing new bugs
Bugfixes
- Fix project dependencies
- Fix configuration stores
argdantic 0.4.1 (11/09/2023)
What's new
- Nothing unfortunately
Bugfixes
- Force pydantic 1.10 until the V2 update is ready
argdantic 0.4.0 (2023/03/26)
What's new
- Improve type handling decoupling
metavar
from the actualtype
(#27) - Improve help messages with new metavars for specific types supported by pydantic (e.g., dates, emails)
- Add configuration stores to save the validated command model to file (YAML, JSON, TOML) (#29)
Bugfixes
- Nothing to report, good news!