serpy v0.3.1 Release Notes
Release Date: 2017-11-28 // over 8 years ago-
- Don't catch
AttributeErrorandKeyErrorforMethodField
- Don't catch
Previous changes from v0.2.0
-
- If
required=False,Nonevalues will now be dropped from the output - 👻
MethodFields withrequired=Truewill trigger an exception whenNonevalue is returned - ⬇️ Drop support for Python 2.6
- ➕ Add support for Python 3.5 and 3.6
- If