v0.2.3
What's new
Changed ⚠️
decode()will raise anAttributeErrorinstead of aKeyErrorwhen the data contains a field not defined by the class.
Fixed ✅
- Handle enum types in
encode().
Commits
575010c (chore) prepare for release v0.2.3
dc00b9a handle enum types
46e528a add another test
019f2b4 raise AttributeError instead of KeyError