Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 23:32
· 35 commits to main since this release

What's new

Changed ⚠️

  • decode() will raise an AttributeError instead of a KeyError when 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