1.6.1 - Bugfix
- Fixed an issue with
autofields
(and thereforeautoclass
too) where a field would be mistakenly recreated on a subclass when that subclass does not define type hints while the parent class defines type hints. Fixes #81
See documentation page for details.