Releases: SunDoge/typed-args
Releases · SunDoge/typed-args
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.2
v0.5.1
v0.5.0
We switch to poetry workflow instead of the traditional setup.py
.
- Function
add_argument
acceptstype
now and we don't check the type annotations in dataclass fields. This maketyped-args
less strict but more easy to use. - Python 3.6 is supported now. Python 3.5 should work but I didn't test it.
v0.5.0a2
version 0.5.0a2
- Fix type annotations for @classmethod
- Add default to dataclass field