All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated project structure to use
pyproject.toml
- Add
build
todev
dependencies
- Update
MANIFEST.in
file when building source distributions
- Support for using
metavar
in field metadata (#44) - Support for using
Literal
types as an alternative to providingchoices
in field metadata (#46)
Union
type support (#42)
- Support for Python 3.6 and 3.7 (#50)
This is the 1.0 release of argparse_dataclass
.