2.1.0 - `@autoeq`
Features
- Added independent
@autoeq
, supported in@autoclass
and automatically activated whenautodict=False
. Fixed #32.
Bugfixes
-
Fixed
@autorepr
whenonly_known_fields
isFalse
: now property names are correctly used instead of the private names. -
Fixed
@autodict
's generated__eq__
method: when the other object is a dictionary a direct comparison is now done before trying super.
See documentation page for details.